Partial Implementation of Max Flow and Min Cost Flow in Almost-Linear Time

Abstract

In 2022, Chen et al. proposed an algorithm in main that solves the min cost flow problem in m1 + o(1) U C time, where m is the number of edges in the graph, U is an upper bound on capacities and C is an upper bound on costs. However, as far as the authors of main know, no one has implemented their algorithm to date. In this paper, we discuss implementations of several key portions of the algorithm given in main, including the justifications for specific implementation choices. For the portions of the algorithm that we do not implement, we provide stubs. We then go through the entire algorithm and calculate the mo(1) term more precisely. Finally, we conclude with potential directions for future work in this area.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…