English

On Conflict-Free Cuts: Algorithms and Complexity

Data Structures and Algorithms 2023-11-03 v1 Combinatorics

Abstract

One way to define the Matching Cut problem is: Given a graph GG, is there an edge-cut MM of GG such that MM is an independent set in the line graph of GG? We propose the more general Conflict-Free Cut problem: Together with the graph GG, we are given a so-called conflict graph G^\hat{G} on the edges of GG, and we ask for an edge-cutset MM of GG that is independent in G^\hat{G}. Since conflict-free settings are popular generalizations of classical optimization problems and Conflict-Free Cut was not considered in the literature so far, we start the study of the problem. We show that the problem is NP\textsf{NP}-complete even when the maximum degree of GG is 5 and G^\hat{G} is 1-regular. The same reduction implies an exponential lower bound on the solvability based on the Exponential Time Hypothesis. We also give parameterized complexity results: We show that the problem is fixed-parameter tractable with the vertex cover number of GG as a parameter, and we show W[1]\textsf{W[1]}-hardness even when GG has a feedback vertex set of size one, and the clique cover number of G^\hat{G} is the parameter. Since the clique cover number of G^\hat{G} is an upper bound on the independence number of G^\hat{G} and thus the solution size, this implies W[1]\textsf{W[1]}-hardness when parameterized by the cut size. We list polynomial-time solvable cases and interesting open problems. At last, we draw a connection to a symmetric variant of SAT.

Keywords

Cite

@article{arxiv.2311.01077,
  title  = {On Conflict-Free Cuts: Algorithms and Complexity},
  author = {Johannes Rauch and Dieter Rautenbach and Uéverton S. Souza},
  journal= {arXiv preprint arXiv:2311.01077},
  year   = {2023}
}

Comments

13 pages, 3 figures

R2 v1 2026-06-28T13:09:25.160Z