Computing multiway cut within the given excess over the largest minimum isolating cut
Igor Razgon

TL;DR
This paper introduces an algorithm to find near-optimal multiway cuts within a specified excess over the largest minimum isolating cut, utilizing a combinatorial bound on important separators.
Contribution
The paper presents a new fixed-parameter algorithm for multiway cut that efficiently computes solutions close to the lower bound using important separator bounds.
Findings
Algorithm runs in $O(kn^{k+3})$ time.
Computes multiway cut within $k$ of the lower bound or reports none.
Bound on important separators is at most $inom{n}{i}$ for size $m+i$.
Abstract
Let be an instance of the (vertex) multiway cut problem where is a graph and is a set of terminals. For , a set of nonterminal vertices separating from is called an \emph{isolating cut} of . The largest among all the smallest isolating cuts is a natural lower bound for a multiway cut of . Denote this lower bound by and let be an integer. In this paper we propose an algorithm that computes a multiway cut of of size at most or reports that there is no such multiway cut. The core of the proposed algorithm is the following combinatorial result. Let be a graph and let be two disjoint subsets of vertices of . Let be the smallest size of a vertex separator. Then, for the given integer , the number of \emph{important} separators \cite{MarxTCS} of size at most is…
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
TopicsOptimization and Search Problems · Algorithms and Data Compression · Limits and Structures in Graph Theory
