English

Enumerating Connected Dominating Sets

Computational Complexity 2022-05-03 v1 Discrete Mathematics Data Structures and Algorithms

Abstract

The question to enumerate all inclusion-minimal connected dominating sets in a graph of order nn in time significantly less than 2n2^n is an open question that was asked in many places. We answer this question affirmatively, by providing an enumeration algorithm that runs in time O(1.9896n)\mathcal{O}(1.9896^n), using polynomial space only. The key to this result is the consideration of this enumeration problem on 2-degenerate graphs, which is proven to be possible in time O(1.9767n)\mathcal{O}(1.9767^n). We also show new lower bound results by constructing a family of graphs of order nn with Ω(1.4890n)\Omega(1.4890^n) minimal connected dominating sets, while previous examples achieved Ω(1.4422n)\Omega(1.4422^n). Our construction results in lower bounds for a few special graph classes. We also address essential questions concerning output-sensitive enumeration. Namely, we give reasons why our algorithm cannot be turned into an enumeration algorithm that guarantees polynomial delay without much efforts. More precisely, we prove that it is NP-complete to decide, given a graph GG and a vertex set UU, if there exists a minimal connected dominating set DD with UDU\subseteq D, even if GG is known to be 2-degenerate. Our reduction also shows that even any subexponential delay is not easy to achieve for enumerating minimal connected dominating sets. Another reduction shows that no FPT-algorithms can be expected for this extension problem concerning minimal connected dominating sets, parameterized by U|U|. We also relate our enumeration problem to the famous open Hitting Set Transversal problem, which can be phrased in our context as the question to enumerate all minimal dominating sets of a graph with polynomial delay by showing that a polynomial-delay enumeration algorithm for minimal connected dominating sets implies an affirmative algorithmic solution to the Hitting Set Transversal problem.

Keywords

Cite

@article{arxiv.2205.00086,
  title  = {Enumerating Connected Dominating Sets},
  author = {Faisal Abu-Khzam and Henning Fernau and Benjamin Gras and Mathieu Liedloff and Kevin Mann},
  journal= {arXiv preprint arXiv:2205.00086},
  year   = {2022}
}