English

Parameterized complexity dichotomy for $(r,\ell)$-Vertex Deletion

Data Structures and Algorithms 2016-10-12 v2 Computational Complexity

Abstract

For two integers r,0r, \ell \geq 0, a graph G=(V,E)G = (V, E) is an (r,)(r,\ell)-graph if VV can be partitioned into rr independent sets and \ell cliques. In the parameterized (r,)(r,\ell)-Vertex Deletion problem, given a graph GG and an integer kk, one has to decide whether at most kk vertices can be removed from GG to obtain an (r,)(r,\ell)-graph. This problem is NP-hard if r+1r+\ell \geq 1 and encompasses several relevant problems such as Vertex Cover and Odd Cycle Transversal. The parameterized complexity of (r,)(r,\ell)-Vertex Deletion was known for all values of (r,)(r,\ell) except for (2,1)(2,1), (1,2)(1,2), and (2,2)(2,2). We prove that each of these three cases is FPT and, furthermore, solvable in single-exponential time, which is asymptotically optimal in terms of kk. We consider as well the version of (r,)(r,\ell)-Vertex Deletion where the set of vertices to be removed has to induce an independent set, and provide also a parameterized complexity dichotomy for this problem.

Keywords

Cite

@article{arxiv.1504.05515,
  title  = {Parameterized complexity dichotomy for $(r,\ell)$-Vertex Deletion},
  author = {Julien Baste and Luerbio Faria and Sulamita Klein and Ignasi Sau},
  journal= {arXiv preprint arXiv:1504.05515},
  year   = {2016}
}

Comments

After the first version of this article appeared in arXiv, we learnt that Kolay and Panolan [abs/1504.08120] obtained simultaneously and independently some of the results of this article

R2 v1 2026-06-22T09:19:58.122Z