LP Relaxation and Tree Packing for Minimum $k$-cuts
Chandra Chekuri, Kent Quanrud, Chao Xu

TL;DR
This paper revisits an LP relaxation for the $k$-cut problem, linking it to tree packings, improving algorithms, and providing new bounds and insights into the problem's structure.
Contribution
It shows the dual of the LP yields a tree packing, extends Karger's analysis to $k$-cuts, improves Thorup's algorithm runtime, and relates LP solutions to graph partitions.
Findings
Dual LP yields a tree packing for $k$-cut
Improved runtime of Thorup's algorithm by a factor of $n$
Bound on the integrality gap of the LP is $2(1-1/n)$
Abstract
Karger used spanning tree packings to derive a near linear-time randomized algorithm for the global minimum cut problem as well as a bound on the number of approximate minimum cuts. This is a different approach from his well-known random contraction algorithm. Thorup developed a fast deterministic algorithm for the minimum -cut problem via greedy recursive tree packings. In this paper we revisit properties of an LP relaxation for -cut proposed by Naor and Rabani, and analyzed by Chekuri, Guha and Naor. We show that the dual of the LP yields a tree packing, that when combined with an upper bound on the integrality gap for the LP, easily and transparently extends Karger's analysis for mincut to the -cut problem. In addition to the simplicity of the algorithm and its analysis, this allows us to improve the running time of Thorup's algorithm by a factor of . We also improve…
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 · Optimization and Search Problems
