Parameterized Complexity of s-Club Cluster Edge Deletion: When Is the Diameter Bound Necessary?
Ajinkya Gaikwad
TL;DR
This paper investigates the parameterized and kernelization complexity of the distance-bounded s-Club Cluster Edge Deletion problem, a generalization that enforces diameter $s$ within each component after deleting at most $k$ edges. It establishes a mixed landscape: NP-hardness for $s=2$ on split graphs with a cubic kernel, along with W[1]-hardness for pathwidth/treewidth and several FPT results for treedepth, neighborhood diversity, and cluster-vertex-deletion number; it also delivers a bicriteria FPT approximation, and exact or polynomial-time results for interval and unit interval graphs. Additionally, it studies a directed variant, showing W[1]-hardness even on DAGs, thereby clarifying the essential role of the diameter bound. Collectively, the results delineate the boundary between tractable and intractable regimes and inform when relaxing the diameter constraint can restore fixed-parameter tractability.
Abstract
We study the parameterized and kernelization complexity of the s-Club Cluster Edge Deletion problem, a distance-bounded generalization of Cluster Edge Deletion. Given a graph G = (V, E) and integers k and s, the goal is to delete at most k edges so that every connected component in the resulting graph has diameter at most s. This captures a broad class of distance-constrained graph modification problems that lie between clustering and connectivity control. We prove that for s = 2 the problem is NP-hard already on split graphs, closing the gap between the polynomially solvable cases s = 1 and s = 3. For this setting we give a cubic vertex kernel parameterized by k, the first polynomial kernel for 2-Club Cluster Edge Deletion on split graphs. On the structural side, we show that the problem is W[1]-hard when parameterized by pathwidth (and hence treewidth), implying that the diameter bound s is crucial for fixed-parameter tractability. In contrast, the problem is FPT when parameterized by treedepth, neighborhood diversity, or the cluster vertex deletion number. Finally, we design an FPT bicriteria approximation scheme that, for graphs excluding long induced cycles, runs in time f(k, 1/epsilon) * n^{O(1)} and outputs a solution of size at most k whose components have diameter at most (1 + epsilon) * s. We further present an exact FPT algorithm for interval graphs parameterized by k and a polynomial-time algorithm for unit interval graphs. We also introduce the directed variant s-Club Cluster Arc Deletion and show it is W[1]-hard when parameterized by k, even on DAGs.
