Parameterized Complexity Dichotomy for Steiner Multicut
Karl Bringmann, Danny Hermelin, Matthias Mnich, Erik Jan van, Leeuwen

TL;DR
This paper establishes a comprehensive complexity classification for the Steiner Multicut problem, identifying which parameter combinations allow fixed-parameter tractability and which lead to computational hardness.
Contribution
It provides a complete dichotomy of the parameterized complexity of Steiner Multicut across various parameters and graph classes, including new structural decomposition techniques.
Findings
Edge deletion Steiner Multicut is FPT for parameters k+t on general graphs.
Node deletion versions of Steiner Multicut are W[1]-hard for parameters k+t.
All versions are W[1]-hard for parameter k even on simple graph structures.
Abstract
The Steiner Multicut problem asks, given an undirected graph G, terminals sets T1,...,Tt V(G) of size at most p, and an integer k, whether there is a set S of at most k edges or nodes s.t. of each set Ti at least one pair of terminals is in different connected components of G \ S. This problem generalizes several graph cut problems, in particular the Multicut problem (the case p = 2), which is fixed-parameter tractable for the parameter k [Marx and Razgon, Bousquet et al., STOC 2011]. We provide a dichotomy of the parameterized complexity of Steiner Multicut. That is, for any combination of k, t, p, and the treewidth tw(G) as constant, parameter, or unbounded, and for all versions of the problem (edge deletion and node deletion with and without deletable terminals), we prove either that the problem is fixed-parameter tractable or that the problem is hard (W[1]-hard or even…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Limits and Structures in Graph Theory
