From Incremental Transitive Cover to Strongly Polynomial Maximum Flow
Daniel Dadush, James B. Orlin, Aaron Sidford, L\'aszl\'o A. V\'egh

TL;DR
This paper introduces faster strongly polynomial algorithms for maximum flow in structured networks, leveraging a new framework that reduces the problem to incremental transitive cover computations, leading to improved runtimes for related problems.
Contribution
The paper develops a general framework that reduces maximum flow with arbitrary capacities to incremental transitive cover, enabling faster algorithms for structured networks and related problems.
Findings
Achieves $n^{ ext{omega}+o(1)}$-time for maximum bipartite $b$-matching.
Provides $m^{1+o(1)}W$-time algorithm for graphs with tree decompositions.
Strengthens and implements Orlin's maximum flow algorithm with new techniques.
Abstract
We provide faster strongly polynomial time algorithms solving maximum flow in structured -node -arc networks. Our results imply an -time strongly polynomial time algorithms for computing a maximum bipartite -matching where is the matrix multiplication constant. Additionally, they imply an -time algorithm for solving the problem on graphs with a given tree decomposition of width . We obtain these results by strengthening and efficiently implementing an approach in Orlin's (STOC 2013) state-of-the-art time maximum flow algorithm. We develop a general framework that reduces solving maximum flow with arbitrary capacities to (1) solving a sequence of maximum flow problems with polynomial bounded capacities and (2) dynamically maintaining a size-bounded supersets of the transitive closure under arc additions; we call this…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Graph Theory and Algorithms
