English

A Faster Algorithm for Independent Cut

Data Structures and Algorithms 2025-05-22 v1

Abstract

The previously fastest algorithm for deciding the existence of an independent cut had a runtime of O(1.4423n)\mathcal{O}^*(1.4423^n), where nn is the order of the input graph. We improve this to O(1.4143n)\mathcal{O}^*(1.4143^n). In fact, we prove a runtime of O(2(12αΔ)n)\mathcal{O}^*\left( 2^{(\frac{1}{2}-\alpha_\Delta)n} \right) on graphs of order nn and maximum degree at most Δ\Delta, where αΔ=12+4Δ2\alpha_\Delta=\frac{1}{2+4\lfloor \frac{\Delta}{2} \rfloor}. Furthermore, we show that the problem is fixed-parameter tractable on graphs of order nn and minimum degree at least βn\beta n for some β>12\beta > \frac{1}{2}, where β\beta is the parameter.

Keywords

Cite

@article{arxiv.2505.15434,
  title  = {A Faster Algorithm for Independent Cut},
  author = {Vsevolod Chernyshev and Johannes Rauch and Dieter Rautenbach and Liliia Redina},
  journal= {arXiv preprint arXiv:2505.15434},
  year   = {2025}
}
R2 v1 2026-07-01T02:28:20.153Z