TOPICS
Search

Minimum Dominating Set


A minimum dominating set is a dominating set of smallest size in a given graph. The size of a minimum dominating set is known as the domination number of the graph.

A minimum dominating set is always a minimal dominating set, but the converse does not necessarily hold.

Finding a minimum dominating set of a general graph is NP-complete, which can be shown by reduction from the vertex cover problem (Garey and Johnson 1983, Mertens 2024). This means that no polynomial-time algorithm exists to compute a minimum dominating set. The fastest known algorithm to find a minimum dominating set for a general graph with vertex count |G| has time complexity O(1.4969|G|) (van Rooij and Bodlaender 2011, Mertens 2024).


See also

Domination Number, Domination Polynomial, Dominating Set, Minimal Dominating Set

Explore with Wolfram|Alpha

References

Garey, M. R. and Johnson, D. S. Computers and Intractability: A Guide to the Theory of NP-Completeness. New York: W. H. Freeman, 1983.Mertens, S. "Domination Polynomials of the Grid, the Cylinder, the Torus, and the King Graph." 15 Aug 2024. https://arxiv.org/abs/2408.08053.van Rooij, J. M. M. and Bodlaender, H. L. "Exact Algorithms for Dominating Set." Discr. Appl. Math. 159, 2147-2164, 2011.

Cite this as:

Weisstein, Eric W. "Minimum Dominating Set." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/MinimumDominatingSet.html

Subject classifications