A Fast Max Flow Algorithm
Data Structures and Algorithms
2019-10-14 v1 Computational Complexity
Abstract
In 2013, Orlin proved that the max flow problem could be solved in time. His algorithm ran in time, which was the fastest for graphs with fewer than arcs. If the graph was not sufficiently sparse, the fastest running time was an algorithm due to King, Rao, and Tarjan. We describe a new variant of the excess scaling algorithm for the max flow problem whose running time strictly dominates the running time of the algorithm by King et al. Moreover, for graphs in which , the running time of our algorithm dominates that of King et al. by a factor of .
Cite
@article{arxiv.1910.04848,
title = {A Fast Max Flow Algorithm},
author = {James B. Orlin and Xiao-Yue Gong},
journal= {arXiv preprint arXiv:1910.04848},
year = {2019}
}
Comments
35 pages