Nearly Maximum Flows in Nearly Linear Time
Abstract
We introduce a new approach to the maximum flow problem in undirected, capacitated graphs using -\emph{congestion-approximators}: easy-to-compute functions that approximate the congestion required to route single-commodity demands in a graph to within a factor of . Our algorithm maintains an arbitrary flow that may have some residual excess and deficits, while taking steps to minimize a potential function measuring the congestion of the current flow plus an over-estimate of the congestion required to route the residual demand. Since the residual term over-estimates, the descent process gradually moves the contribution to our potential function from the residual term to the congestion term, eventually achieving a flow routing the desired demands with nearly minimal congestion after iterations. Our approach is similar in spirit to that used by Spielman and Teng (STOC 2004) for solving Laplacian systems, and we summarize our approach as trying to do for -flows what they do for -flows. Together with a nearly linear time construction of a -congestion-approximator, we obtain -optimal single-commodity flows undirected graphs in time , yielding the fastest known algorithm for that problem. Our requirements of a congestion-approximator are quite low, suggesting even faster and simpler algorithms for certain classes of graphs. For example, an -competitive oblivious routing tree meets our definition, \emph{even without knowing how to route the tree back in the graph}. For graphs of conductance , a trivial -congestion-approximator gives an extremely simple algorithm for finding -optimal-flows in time .
Cite
@article{arxiv.1304.2077,
title = {Nearly Maximum Flows in Nearly Linear Time},
author = {Jonah Sherman},
journal= {arXiv preprint arXiv:1304.2077},
year = {2013}
}