Parameterized Complexity of Dominating Set Variants in Almost Cluster and Split Graphs
Dishant Goyal, Ashwin Jacob, Kaushtubh Kumar, Diptapriyo Majumdar, Venkatesh Raman
TL;DR
The paper investigates how the Dominating Set problem and its variants behave under deletion-distance parameters to simple graph classes, focusing on distance to cluster graphs (CVD) and split graphs (SVD). It develops unified FPT algorithms via a Set-Cover with Partition framework, achieving running times of 3^k n^{O(1)} for DS, IDS, DC, EDS, and TDS when parameterized by CVD, and (r+2)^k n^{O(1)} for ThDS; for SVD, IDS and EDS admit 2^{|S|} n^{O(1)} and 3^{k/2} n^{O(1)} respectively. The work also presents tight lower bounds under ETH/SETH and kernelization results, showing no polynomial kernels for several cluster-distance variants and establishing strong hardness for IDS/EDS under these structural parameters. Collectively, the results advance the understanding of how structural graph parameters influence the tractability of classic domination problems and introduce techniques that may generalize to other Set-Cover-like problems. The findings have implications for both theory and practical algorithm design in scenarios where inputs are close to cluster or split structures.
Abstract
We consider structural parameterizations of the fundamental Dominating Set problem and its variants in the parameter ecology program. We give improved FPT algorithms and lower bounds under well-known conjectures for dominating set in graphs that are k vertices away from a cluster graph or a split graph. These are graphs in which there is a set of k vertices (called the modulator) whose deletion results in a cluster graph or a split graph. We also call k as the deletion distance (to the appropriate class of graphs). When parameterized by the deletion distance k to cluster graphs - we can find a minimum dominating set (DS) in 3^k n^{O(1)}-time. Within the same time, we can also find a minimum independent dominating set (IDS) or a minimum dominating clique (DC) or a minimum efficient dominating set (EDS) or a minimum total dominating set (TDS). We also show that most of these variants of dominating set do not have polynomial sized kernel. Additionally, we show that when parameterized by the deletion distance k to split graphs - IDS can be solved in 2^k n^{O(1)}-time and EDS can be solved in 3^{k/2}n^{O(1)}.
