Almost-Linear Time Algorithms for Decremental Graphs: Min-Cost Flow and More via Duality
Jan van den Brand, Li Chen, Rasmus Kyng, Yang P. Liu and, Simon Meierhans, Maximilian Probst Gutenberg, Sushant Sachdeva

TL;DR
This paper introduces the first almost-linear time algorithms for decremental graph problems like min-cost flow and s-t distance, using duality and a new data structure for approximate min-ratio cuts.
Contribution
It presents a novel duality-based framework and a data structure for maintaining approximate min-ratio cuts in decremental graphs, improving runtimes for several problems.
Findings
Achieved almost-linear time algorithms for decremental min-cost flow and s-t distance.
Developed a new data structure for maintaining approximate min-ratio cuts.
Improved static min-cost flow algorithms in both randomized and deterministic settings.
Abstract
We give the first almost-linear total time algorithm for deciding if a flow of cost at most still exists in a directed graph, with edge costs and capacities, undergoing decremental updates, i.e., edge deletions, capacity decreases, and cost increases. This implies almost-linear time algorithms for approximating the minimum-cost flow value and - distance on such decremental graphs. Our framework additionally allows us to maintain decremental strongly connected components in almost-linear time deterministically. These algorithms also improve over the current best known runtimes for statically computing minimum-cost flow, in both the randomized and deterministic settings. We obtain our algorithms by taking the dual perspective, which yields cut-based algorithms. More precisely, our algorithm computes the flow via a sequence of dynamic min-ratio cut problems, the…
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
TopicsData Management and Algorithms · Advanced Database Systems and Queries · Constraint Satisfaction and Optimization
