English

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 O(nm)O(nm) time. His algorithm ran in O(nm+m1.94)O(nm + m^{1.94}) time, which was the fastest for graphs with fewer than n1.06n^{1.06} 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 m=O(nlogn)m = O(n \log n), the running time of our algorithm dominates that of King et al. by a factor of O(loglogn)O(\log\log n).

Keywords

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