Below all subsets for Minimal Connected Dominating Set
Daniel Lokshtanov, Micha{\l} Pilipczuk, Saket Saurabh

TL;DR
This paper proves an exponential upper bound on the number of minimal connected dominating sets in any graph and provides an efficient algorithm to enumerate all such sets, improving understanding of their complexity.
Contribution
It establishes a non-trivial exponential bound on minimal connected dominating sets and introduces an algorithm with subexponential runtime for enumeration.
Findings
Bound of $O(2^{(1- ext{epsilon})n})$ on minimal connected dominating sets
Existence of an enumeration algorithm with runtime $2^{(1- ext{epsilon})n} imes n^{O(1)}$
Constant epsilon > 10^{-50} ensuring these bounds
Abstract
A vertex subset in a graph is a dominating set if every vertex not contained in has a neighbor in . A dominating set is a connected dominating set if the subgraph induced by is connected. A connected dominating set is a minimal connected dominating set if no proper subset of is also a connected dominating set. We prove that there exists a constant such that every graph on vertices has at most minimal connected dominating sets. For the same we also give an algorithm with running time to enumerate all minimal connected dominating sets in an input graph .
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 · Optimization and Search Problems
