English

Exact and Parameterized Algorithms for the Independent Cutset Problem

Data Structures and Algorithms 2023-11-21 v4 Combinatorics

Abstract

The Independent Cutset problem asks whether there is a set of vertices in a given graph that is both independent and a cutset. Such a problem is NP\textsf{NP}-complete even when the input graph is planar and has maximum degree five. In this paper, we first present a O(1.4423n)\mathcal{O}^*(1.4423^{n})-time algorithm for the problem. We also show how to compute a minimum independent cutset (if any) in the same running time. Since the property of having an independent cutset is MSO1_1-expressible, our main results are concerned with structural parameterizations for the problem considering parameters that are not bounded by a function of the clique-width of the input. We present FPT\textsf{FPT}-time algorithms for the problem considering the following parameters: the dual of the maximum degree, the dual of the solution size, the size of a dominating set (where a dominating set is given as an additional input), the size of an odd cycle transversal, the distance to chordal graphs, and the distance to P5P_5-free graphs. We close by introducing the notion of α\alpha-domination, which allows us to identify more fixed-parameter tractable and polynomial-time solvable cases.

Keywords

Cite

@article{arxiv.2307.02107,
  title  = {Exact and Parameterized Algorithms for the Independent Cutset Problem},
  author = {Johannes Rauch and Dieter Rautenbach and Uéverton S. Souza},
  journal= {arXiv preprint arXiv:2307.02107},
  year   = {2023}
}

Comments

20 pages with references and appendix

R2 v1 2026-06-28T11:22:27.407Z