Matching (Multi)Cut: Algorithms, Complexity, and Enumeration
Guilherme C. M. Gomes, Emanuel Juliano, Gabriel Martins, Vinicius F. dos Santos
TL;DR
Matching Multicut extends the classic Matching Cut problem by requiring a partition into at least $\ell$ parts where each vertex has at most one neighbor outside its part. The paper develops a multi-faceted complexity picture: NP-hardness on subcubic graphs, a quasi-linear kernel when parameterized by $\ell$, and exact exponential and treewidth-based algorithms. It also advances the enumeration side with PDE kernels for vertex cover and distance-to-co-cluster, and a distance-to-cluster PDE with $2^{O(t^3\log t)}$-delay, together with a kernelization lower bound for the distance-to-cluster parameterization via a Set Packing reduction. The results illuminate the tractability frontier of matching multicuts and open questions about kernel bounds and enumeration on broader graph classes. Overall, the work maps algorithmic strategies across parameterized, exact, and enumerative settings, offering tools and benchmarks for related graph-cut problems.
Abstract
A matching cut of a graph is a partition of its vertex set in two such that no vertex has more than one neighbor across the cut. The Matching Cut problem asks if a graph has a matching cut. This problem, and its generalization d-cut, has drawn considerable attention of the algorithms and complexity community in the last decade, becoming a canonical example for parameterized enumeration algorithms and kernelization. In this paper, we introduce and study a generalization of Matching Cut, which we have named Matching Multicut: can we partition the vertex set of a graph in at least $\ell$ parts such that no vertex has more than one neighbor outside its part? We investigate this question in several settings. We start by showing that, contrary to Matching Cut, it is NP-hard on cubic graphs but that, when $\ell$ is a parameter, it admits a quasi-linear kernel. We also show an $O(\ell^{\frac{n}{2}})$ time exact exponential algorithm for general graphs and a $2^{O(t \log t)}n^{O(1)}$ time algorithm for graphs of treewidth at most $t$. We then study parameterized enumeration aspects of matching multicuts. First, we generalize the quadratic kernel of Golovach et. al for Enum Matching Cut parameterized by vertex cover, then use it to design a quadratic kernel for Enum Matching (Multi)cut parameterized by vertex-deletion distance to co-cluster. Our final contributions are on the vertex-deletion distance to cluster parameterization, where we show an FPT-delay algorithm for Enum Matching Multicut but that no polynomial kernel exists unless NP $\subseteq$ coNP/poly; we highlight that we have no such lower bound for Enum Matching Cut and consider it our main open question.
