Dynamic Maxflow via Dynamic Interior Point Methods
Jan van den Brand, Yang P. Liu, Aaron Sidford

TL;DR
This paper introduces dynamic algorithms for approximate maximum flow and minimum cost circulation in graphs with edge additions, leveraging interior point methods and new dynamic data structures, achieving near-linear time complexity.
Contribution
It extends interior point methods to dynamic settings and develops a novel data structure for minimum ratio cycles, enabling efficient dynamic flow computations.
Findings
Achieves $ ilde{O}(m \sqrt{n})$ time for dynamic approximate max flow.
Develops a dynamic data structure for minimum ratio cycle detection.
Succeeds with high probability against adaptive adversaries.
Abstract
In this paper we provide an algorithm for maintaining a -approximate maximum flow in a dynamic, capacitated graph undergoing edge additions. Over a sequence of -additions to an -node graph where every edge has capacity our algorithm runs in time . To obtain this result we design dynamic data structures for the more general problem of detecting when the value of the minimum cost circulation in a dynamic graph undergoing edge additions obtains value at most (exactly) for a given threshold . Over a sequence -additions to an -node graph where every edge has capacity and cost we solve this thresholded minimum cost flow problem in . Both of our algorithms succeed with high probability against an adaptive adversary. We obtain…
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 · Markov Chains and Monte Carlo Methods · Optimization and Search Problems
