Approximating Directed Minimum Cut and Arborescence Packing via Directed Expander Hierarchies
Yonggang Jiang, Yaowei Long, Thatchaphol Saranurak, Benyu Wang

TL;DR
This paper introduces almost-linear-time algorithms for approximating rooted minimum cuts and maximum arborescence packings in directed graphs, significantly improving computational efficiency over previous methods.
Contribution
It presents novel algorithms that approximate rooted minimum cuts and pack arborescences efficiently in directed graphs, with near-linear runtime and improved approximation guarantees.
Findings
Algorithms run in $m^{1+o(1)}$ time for large graphs.
Achieves $O(k ext{log}^5 n)$ approximation for rooted minimum cut.
Provides $k$ arborescences with $n^{o(1)}$ congestion, certifying cut bounds.
Abstract
We give almost-linear-time algorithms for approximating rooted minimum cut and maximum arborescence packing in directed graphs, two problems that are dual to each other [Edm73]. More specifically, for an -vertex, -edge directed graph whose -rooted minimum cut value is , our first algorithm computes an -rooted cut of size at most in time, and our second algorithm packs -rooted arborescences with congestion in time, certifying that the -rooted minimum cut is at least . Our first algorithm also works for weighted graphs. Prior to our work, the fastest algorithms for computing the -rooted minimum cut were exact but had super-linear running time: either [Gab91] or [CLN+22]. The fastest known algorithms for packing -rooted…
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 · Optimization and Packing Problems · Advanced Graph Theory Research
