English

Fine-Grained Complexity of Multiple Domination and Dominating Patterns in Sparse Graphs

Data Structures and Algorithms 2024-09-13 v1

Abstract

The study of domination in graphs has led to a variety of domination problems studied in the literature. Most of these follow the following general framework: Given a graph GG and an integer kk, decide if there is a set SS of kk vertices such that (1) some inner property ϕ(S)\phi(S) (e.g., connectedness) is satisfied, and (2) each vertex vv satisfies some domination property ρ(S,v)\rho(S, v) (e.g., there is an sSs\in S that is adjacent to vv). Since many real-world graphs are sparse, we seek to determine the optimal running time of such problems in both the number nn of vertices and the number mm of edges in GG. While the classic dominating set problem admits a rather limited improvement in sparse graphs (Fischer, K\"unnemann, Redzic SODA'24), we show that natural variants studied in the literature admit much larger speed-ups, with a diverse set of possible running times. Specifically, we obtain conditionally optimal algorithms for: 1) rr-Multiple kk-Dominating Set (each vertex must be adjacent to at least rr vertices in SS): If rk2r\le k-2, we obtain a running time of (m/n)rnkr+o(1)(m/n)^{r} n^{k-r+o(1)} that is conditionally optimal assuming the 3-uniform hyperclique hypothesis. In sparse graphs, this fully interpolates between nk1±o(1)n^{k-1\pm o(1)} and n2±o(1)n^{2\pm o(1)}, depending on rr. Curiously, when r=k1r=k-1, we obtain a randomized algorithm beating (m/n)k1n1+o(1)(m/n)^{k-1} n^{1+o(1)} and we show that this algorithm is close to optimal under the kk-clique hypothesis. 2) HH-Dominating Set (SS must induce a pattern HH). We conditionally settle the complexity of three such problems: (a) Dominating Clique (HH is a kk-clique), (b) Maximal Independent Set of size kk (HH is an independent set on kk vertices), (c) Dominating Induced Matching (HH is a perfect matching on kk vertices).

Keywords

Cite

@article{arxiv.2409.08037,
  title  = {Fine-Grained Complexity of Multiple Domination and Dominating Patterns in Sparse Graphs},
  author = {Marvin Künnemann and Mirza Redzic},
  journal= {arXiv preprint arXiv:2409.08037},
  year   = {2024}
}
R2 v1 2026-06-28T18:42:29.764Z