Optimal Approximations for the Requirement Cut Problem on Sparse Graph Classes
Nadym Mallek, Kirill Simonov

TL;DR
This paper improves approximation algorithms for the Requirement Cut problem on certain sparse graph classes by leveraging structural parameters, achieving single-logarithmic ratios where previous methods had double-logarithmic bounds.
Contribution
It introduces new approximation algorithms for Requirement Cut on graphs with limited Steiner trees and bounded depth series-parallel graphs, extending classes with single-logarithmic ratios.
Findings
LP-rounding yields an $O(\log n)$-approximation when Steiner trees are polynomial.
A probabilistic embedding provides an $O(depth.\log(g))$-approximation for bounded-depth series-parallel graphs.
Results extend single-logarithmic approximation ratios to new graph classes.
Abstract
We study the Requirement Cut problem, a generalization of numerous classical graph partitioning problems including Multicut, Multiway Cut, -Cut, and Steiner Multicut among others. Given a graph with edge costs, terminal groups and integer requirements ; the goal is to compute a minimum-cost edge cut that separates each group into at least connected components. Despite many efforts, the best known approximation for Requirement Cut yields a double-logarithmic approximation ratio as it relies on embedding general graphs into trees and solving the tree instance. In this paper, we explore two largely unstudied structural parameters in order to obtain single-logarithmic approximation ratios: (1) the number of minimal Steiner trees in the instance, which in particular is upper-bounded by the number of spanning trees of…
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 · VLSI and FPGA Design Techniques
