Elimination Distance to Dominated Clusters

πŸ“… 2025-04-30
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This paper studies the Elimination Distance to Dominated Clusters problem: given an undirected graph (G) and integers (k,d), determine whether at most (k) layers of vertices can be recursively removed so that each remaining connected component admits a dominating set of size at most (d). We present the first unified fixed-parameter tractable (FPT) algorithm parameterized by the semi-ladder index (ell), significantly improving the parameter dependence from (k+d+c) (where (c) is the degeneracy) to (k+d+ell), with runtime (f(k,d)cdot n^{O(d)}). We fully characterize the parameterized complexity and kernelizability of the problem with respect to parameters (k), (d), (ell), degeneracy (c), and maximum degree (Delta), resolving an open question posed by Bentert et al. Our results establish a near-complete complexity classification for this problem.

Technology Category

Application Category

πŸ“ Abstract
In the Dominated Cluster Deletion problem we are given an undirected graph $G$ and integers $k$ and $d$ and the question is to decide whether there exists a set of at most $k$ vertices whose removal results in a graph in which each connected component has a dominating set of size at most $d$. In the Elimination Distance to Dominated Clusters problem we are again given an undirected graph $G$ and integers $k$ and $d$ and the question is to decide whether we can recursively delete vertices up to depth $k$ such that each remaining connected component has a dominating set of size at most $d$. Bentert et al.~[Bentert et al., MFCS 2024] recently provided an almost complete classification of the parameterized complexity of Dominated Cluster Deletion with respect to the parameters $k$, $d$, $c$, and $Delta$, where $c$ and $Delta$ are the degeneracy, and the maximum degree of the input graph, respectively. In particular, they provided a non-uniform algorithm with running time $f(k,d)cdot n^{O(d)}$. They left as an open problem whether the problem is fixed-parameter tractable with respect to the parameter $k+d+c$. We provide a uniform algorithm running in time $f(k,d)cdot n^{O(d)}$ for both Dominated Cluster Deletion and Elimination Distance to Dominated Clusters. We furthermore show that both problems are FPT when parameterized by $k+d+ell$, where $ell$ is the semi-ladder index of the input graph, a parameter that is upper bounded and may be much smaller than the degeneracy $c$, positively answering the open question of Bentert et al. We almost complete the picture by providing an almost full classification for the parameterized complexity and kernelization complexity of Elimination Distance to Dominated Clusters. The one difficult base case that remains open is whether treedepth (the case $d=0$) is NP-hard on graphs of bounded maximum degree.
Problem

Research questions and friction points this paper is trying to address.

Decide vertex removal for small dominating sets in graphs
Parameterized complexity of Dominated Cluster Deletion
FPT algorithm for k+d+l in graph problems
Innovation

Methods, ideas, or system contributions that make the work stand out.

Uniform algorithm with time f(k,d)β‹…n^O(d)
FPT parameterized by k+d+β„“ (semi-ladder index)
Almost complete parameterized complexity classification
πŸ”Ž Similar Papers
No similar papers found.
N
Nicole Schirrmacher
University of Bremen, Germany
S
S. Siebertz
University of Bremen, Germany
Alexandre Vigny
Alexandre Vigny
Bremen UniversitΓ€t
Graph TheoryLogic