Almost-Optimal Approximation Algorithms for Global Minimum Cut in Directed Graphs
Ron Mosenzon

TL;DR
This paper introduces nearly optimal randomized algorithms for approximating the global minimum cut in directed graphs with improved running times, extending to rooted variants and developing new reductions.
Contribution
It presents the first nearly optimal $(1+psilon)$-approximation algorithms for directed minimum cuts with $O(m^{1+o(1)})$ time, extending techniques and reductions from unweighted to weighted directed graphs.
Findings
Achieved $O(m^{1+o(1)}/psilon)$ running time for approximate minimum cuts.
Extended framework for unweighted to weighted directed graphs.
Developed black-box reduction from general to rooted minimum vertex-cut.
Abstract
We develop new -approximation algorithms for finding the global minimum edge-cut in a directed edge-weighted graph, and for finding the global minimum vertex-cut in a directed vertex-weighted graph. Our algorithms are randomized, and have a running time of on any -edge -vertex input graph, assuming all edge/vertex weights are polynomially-bounded. In particular, for any constant , our algorithms have an almost-optimal running time of . The fastest previously-known running time for this setting, due to (Cen et al., FOCS 2021), is for Minimum Edge-Cut, and for Minimum Vertex-Cut. Our results further extend to the rooted variants of the Minimum Edge-Cut and Minimum Vertex-Cut…
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 · Facility Location and Emergency Management
