English

Grouped Domination Parameterized by Vertex Cover, Twin Cover, and Beyond

Data Structures and Algorithms 2023-02-15 v1

Abstract

A dominating set SS of graph GG is called an rr-grouped dominating set if SS can be partitioned into S1,S2,,SkS_1,S_2,\ldots,S_k such that the size of each unit SiS_i is rr and the subgraph of GG induced by SiS_i is connected. The concept of rr-grouped dominating sets generalizes several well-studied variants of dominating sets with requirements for connected component sizes, such as the ordinary dominating sets (r=1r=1), paired dominating sets (r=2r=2), and connected dominating sets (rr is arbitrary and k=1k=1). In this paper, we investigate the computational complexity of rr-Grouped Dominating Set, which is the problem of deciding whether a given graph has an rr-grouped dominating set with at most kk units. For general rr, the problem is hard to solve in various senses because the hardness of the connected dominating set is inherited. We thus focus on the case in which rr is a constant or a parameter, but we see that the problem for every fixed r>0r>0 is still hard to solve. From the hardness, we consider the parameterized complexity concerning well-studied graph structural parameters. We first see that it is fixed-parameter tractable for rr and treewidth, because the condition of rr-grouped domination for a constant rr can be represented as monadic second-order logic (mso2). This is good news, but the running time is not practical. We then design an O(min{(2τ(r+1))τ,(2τ)2τ})O^*(\min\{(2\tau(r+1))^{\tau},(2\tau)^{2\tau}\})-time algorithm for general r2r\ge 2, where τ\tau is the twin cover number, which is a parameter between vertex cover number and clique-width. For paired dominating set and trio dominating set, i.e., r{2,3}r \in \{2,3\}, we can speed up the algorithm, whose running time becomes O((r+1)τ)O^*((r+1)^\tau). We further argue the relationship between FPT results and graph parameters, which draws the parameterized complexity landscape of rr-Grouped Dominating Set.

Keywords

Cite

@article{arxiv.2302.06983,
  title  = {Grouped Domination Parameterized by Vertex Cover, Twin Cover, and Beyond},
  author = {Tesshu Hanaka and Hirotaka Ono and Yota Otachi and Saeki Uda},
  journal= {arXiv preprint arXiv:2302.06983},
  year   = {2023}
}

Comments

23 pages, 6 figures

R2 v1 2026-06-28T08:39:44.620Z