Enumerating Connected Dominating Sets
Faisal Abu-Khzam, Henning Fernau, Benjamin Gras, Mathieu Liedloff and, Kevin Mann

TL;DR
This paper presents an efficient algorithm for enumerating all minimal connected dominating sets in graphs, achieving sub-exponential time complexity and exploring theoretical bounds and limitations of such enumeration.
Contribution
It introduces a novel enumeration algorithm with sub-exponential runtime, establishes new lower bounds for minimal connected dominating sets, and analyzes complexity barriers for output-sensitive enumeration.
Findings
Enumeration algorithm runs in O(1.9896^n) time with polynomial space.
Constructed graph families with Omega(1.4890^n) minimal connected dominating sets.
Proved NP-completeness of certain extension problems and limitations for polynomial delay enumeration.
Abstract
The question to enumerate all inclusion-minimal connected dominating sets in a graph of order in time significantly less than is an open question that was asked in many places. We answer this question affirmatively, by providing an enumeration algorithm that runs in time , 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 . We also show new lower bound results by constructing a family of graphs of order with minimal connected dominating sets, while previous examples achieved . 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs
