Hardness and Tractability of T_{h+1}-Free Edge Deletion
Ajinkya Gaikwad, Soumen Maity, Leeja R
TL;DR
This work clarifies the parameterized complexity of Th+1-Free Edge Deletion for unbounded h, proving W[1]-hardness under several restrictive structural parameters (including twin cover, vdp, and vds) and unifying prior hardness results with respect to treewidth/pathwidth. On the positive side, it identifies FPT regimes (cluster vertex deletion plus h, and neighborhood diversity plus h) and provides an FPT bicriteria approximation, along with FPT algorithms on split and interval graphs. It also shows a W[2]-hardness barrier for the directed variant on DAGs, broadening the hardness landscape. The results collectively delineate when fixed-parameter tractability can be achieved and where it fails, guiding future study on restricted graph classes and approximation guarantees.
Abstract
We study the parameterized complexity of the T(h+1)-Free Edge Deletion problem. Given a graph G and integers k and h, the task is to delete at most k edges so that every connected component of the resulting graph has size at most h. The problem is NP-complete for every fixed h at least 3, while it is solvable in polynomial time for h at most 2. Recent work showed strong hardness barriers: the problem is W[1]-hard when parameterized by the solution size together with the size of a feedback edge set, ruling out fixed-parameter tractability for many classical structural parameters. We significantly strengthen these negative results by proving W[1]-hardness when parameterized by the vertex deletion distance to a disjoint union of paths, the vertex deletion distance to a disjoint union of stars, or the twin cover number. These results unify and extend known hardness results for treewidth, pathwidth, and feedback vertex set, and show that several restrictive parameters, including treedepth, cluster vertex deletion number, and modular width, do not yield fixed-parameter tractability when h is unbounded. On the positive side, we identify parameterizations that restore tractability. We show that the problem is fixed-parameter tractable when parameterized by cluster vertex deletion together with h, and also when parameterized by neighborhood diversity together with h via an integer linear programming formulation. We further present a fixed-parameter tractable bicriteria approximation algorithm parameterized by k. Finally, we show that the problem admits fixed-parameter tractable algorithms on split graphs and interval graphs, and we establish hardness for a directed generalization even on directed acyclic graphs.
