English

Conditional Lower Bounds for All-Pairs Max-Flow

Data Structures and Algorithms 2022-11-22 v6

Abstract

We provide evidence that computing the maximum flow value between every pair of nodes in a directed graph on nn nodes, mm edges,and capacities in the range [1..n][1..n], which we call the All-Pairs Max-Flow problem, cannot be solved in time that is significantly faster (i.e., by a polynomial factor) than O(n3)O(n^3) even for sparse graphs. Since a single maximum stst-flow can be solved in time O~(mn)\tilde{O}(m\sqrt{n}) [Lee and Sidford, FOCS 2014], we conclude that the all-pairs version might require time equivalent to Ω~(n3/2)\tilde\Omega(n^{3/2}) computations of maximum stst-flow,which strongly separates the directed case from the undirected one. Moreover, if maximum stst-flow can be solved in time O~(m)\tilde{O}(m),then the runtime of Ω~(n2)\tilde\Omega(n^2) computations is needed. The latter settles a conjecture of Lacki, Nussbaum, Sankowski, and Wulf-Nilsen [FOCS 2012] negatively. Specifically, we show that in sparse graphs G=(V,E,w)G=(V,E,w), if one can compute the maximum stst-flow from every ss in an input set of sources SVS\subseteq V to every tt in an input set of sinks TVT\subseteq V in time O((STm)1ϵ)O((|S| |T| m)^{1-\epsilon}),for some S|S|, T|T|, and a constant ϵ>0\epsilon>0,then MAX-CNF-SAT with nn' variables and mm' clauses can be solved in time mO(1)2(1δ)n{m'}^{O(1)}2^{(1-\delta)n'} for a constant δ(ϵ)>0\delta(\epsilon)>0,a problem for which not even 2n/poly(n)2^{n'}/poly(n') algorithms are known. Such runtime for MAX-CNF-SAT would in particular refute the Strong Exponential Time Hypothesis (SETH). Hence, we improve the lower bound of Abboud, Vassilevska-Williams, and Yu [STOC 2015], who showed that for every fixed ϵ>0\epsilon>0 and S=T=O(n)|S|=|T|=O(\sqrt{n}), if the above problem can be solved in time O(n3/2ϵ)O(n^{3/2-\epsilon}), then some incomparable conjecture is false. Furthermore, a larger lower bound than ours implies strictly super-linear time for maximum stst-flow problem, which would be an amazing breakthrough.

Keywords

Cite

@article{arxiv.1702.05805,
  title  = {Conditional Lower Bounds for All-Pairs Max-Flow},
  author = {Robert Krauthgamer and Ohad Trabelsi},
  journal= {arXiv preprint arXiv:1702.05805},
  year   = {2022}
}
R2 v1 2026-06-22T18:22:30.837Z