Affiliation:
1. Columbia Univ., New York, NY; and Tel-Aviv Univ., Tel-Aviv, Israel
2. Massachusetts Institute of Technology, Cambridge
Abstract
The minimum-cost flow problem is: Given a network with
n
vertices and
m
edges, find a maximum flow of minimum cost. Many network problems are easily reducible to this problem. A polynomial-time algorithm for the problem has been known for some time, but only recently a strongly polynomial algorithm was discovered. In this paper an
O
(
n
2
(
m
+
n
log
n
)log
n
) algorithm is designed. The previous best algorithm, due to Fujishige and Orlin, had an
O
(
m
2
(
m
+
n
log
n
)log
n
) time bound. Thus, for dense graphs an improvement of two orders of magnitude is obtained.
The algorithm in this paper is based on Fujishige's algorithm (which is based on Tardos's algorithm). Fujishige's algorithm consists of up to
m
iterations, each consisting of
O
(
m
log
n
) steps. Each step solves a single source shortest path problem with nonnegative edge lengths. This algorithm is modified in order to make an improved analysis possible. The new algorithm may still consist of up to
m
iterations, and an iteration may still consist of up to
O
(
m
log
n
) steps, but it can still be shown that the total number of steps is bounded by
O
(
n
2
log
n
. The improvement is due to a new technique that relates the time spent to the progress achieved.
Publisher
Association for Computing Machinery (ACM)
Subject
Artificial Intelligence,Hardware and Architecture,Information Systems,Control and Systems Engineering,Software
Cited by
24 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. A Deterministic Almost-Linear Time Algorithm for Minimum-Cost Flow;2023 IEEE 64th Annual Symposium on Foundations of Computer Science (FOCS);2023-11-06
2. A survey on exact algorithms for the maximum flow and minimum‐cost flow problems;Networks;2023-06-20
3. Automated application processing;Sādhanā;2022-11-19
4. Minimum cost flows, MDPs, and ℓ
1
-regression in nearly linear time for dense instances;Proceedings of the 53rd Annual ACM SIGACT Symposium on Theory of Computing;2021-06-15
5. AlloX;Proceedings of the Fifteenth European Conference on Computer Systems;2020-04-15