DocumentCode
2184337
Title
An O(n2(m + n log n) log n) min-cost flow algorithm
Author
Galil, Zvi ; Tardos, Eva
fYear
1986
fDate
27-29 Oct. 1986
Firstpage
1
Lastpage
9
Abstract
The minimum-cost flow problem is the following: 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 [EK], but only recently a strongly polynomial algorithm was discovered [Ts]. In this paper we design an O(n2(m + n log n)log n) algorithm. The previous best algorithm had an O(m2 (m + n log n) log n) time bound ([F], [O]). Thus, we obtain an improvement of two orders of magnitude for dense graphs. Our algorithm is based on Fujishige´s algorithm [F] (which is based on Tardos´ algorithm [Ts]). Fujishige´s algorithm consists of up to O(m log n) steps. Each step solves a single source shortest path problem with nonnegative edge lengths. We modify this algorithm 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 we can still show that the total number of steps is bounded by O(n2 log n). The improvement is due to a new technique that relates the time spent to the progress achieved.
Keywords
Algorithm design and analysis; Arithmetic; Bipartite graph; Computer science; Cost function; Linear programming; Polynomials; Road transportation; Shortest path problem;
fLanguage
English
Publisher
ieee
Conference_Titel
Foundations of Computer Science, 1986., 27th Annual Symposium on
Conference_Location
Toronto, ON, Canada
ISSN
0272-5428
Print_ISBN
0-8186-0740-8
Type
conf
DOI
10.1109/SFCS.1986.7
Filename
4568189
Link To Document