A New Push-Relabel Algorithm for Sparse Networks
Abstract
In this paper, we present a new push-relabel algorithm for the maximum flow problem on flow networks with vertices and arcs. Our algorithm computes a maximum flow in time on sparse networks where . To our knowledge, this is the first time push-relabel algorithm for the edge case; previously, it was known that push-relabel implementations could find a max-flow in time when (King, et. al., SODA `92). This also matches a recent flow decomposition-based algorithm due to Orlin (STOC `13), which finds a max-flow in time on sparse networks. Our main result is improving on the Excess-Scaling algorithm (Ahuja & Orlin, 1989) by reducing the number of nonsaturating pushes to across all scaling phases. This is reached by combining Ahuja and Orlin's algorithm with Orlin's compact flow networks. A contribution of this paper is demonstrating that the compact networks technique can be extended to the push-relabel family of algorithms. We also provide evidence that this approach could be a promising avenue towards an -time algorithm for all edge densities.
Keywords
Cite
@article{arxiv.1310.7840,
title = {A New Push-Relabel Algorithm for Sparse Networks},
author = {Rahul Mehta},
journal= {arXiv preprint arXiv:1310.7840},
year = {2014}
}
Comments
23 pages. arXiv admin note: substantial text overlap with arXiv:1309.2525 - This version includes an extension of the result to the O(n) edge case