Flow-augmentation II: Undirected graphs
Eun Jung Kim, Stefan Kratsch, Marcin Pilipczuk, Magnus Wahlstr\"om

TL;DR
This paper introduces an improved undirected flow-augmentation technique that efficiently samples edge sets to identify minimal $st$-cuts, with higher success probability and simpler proof, enabling faster algorithms for related problems.
Contribution
It presents an undirected version of flow-augmentation with better success probability, linear time dependency, and a simpler proof, extending prior directed graph results.
Findings
Success probability improved to 2^{-O(k log k)}
Linear dependency on graph size in running time
Enables randomized FPT algorithms for Bi-objective $st$-Cut
Abstract
We present an undirected version of the recently introduced flow-augmentation technique: Given an undirected multigraph with distinguished vertices and an integer , one can in randomized time sample a set such that the following holds: for every inclusion-wise minimal -cut in of cardinality at most , becomes a minimum-cardinality cut between and in (i.e., in the multigraph with all edges of added) with probability . Compared to the version for directed graphs [STOC 2022], the version presented here has improved success probability ( instead of ), linear dependency on the graph size in the running time bound, and an arguably simpler proof. An immediate corollary is that the Bi-objective -Cut problem…
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 · Limits and Structures in Graph Theory · Optimization and Search Problems
