TOPICS
Search

Domatic Number


The maximum number of disjoint dominating sets in a domatic partition of a graph G is called its domatic number d(G).

The domatic number should not be confused with the domination number, which is the size of the smallest individual dominating set.

Let delta be the minimum vertex degree of a graph G, then

 d(G)<=delta+1.

The domatic number of a graph with one or more isolated points is therefore 1.

Furthermore, if the domination number D of a graph G is known, than

 d(G)<=|_(|G|)/(D(G))_|,

where |G| denotes the vertex count of G and |_x_| is the floor function.

Finding the domatic number of a graph is computationally hard.

Given a complete set of minimal dominating sets, the domatic number of a graph G can be found as the independence number of the graph in which vertices are minimal dominating sets of G and edges exist between pairs sets having nonempty intersection.


See also

Domatic Partition, Dominating Set, Minimal Dominating Set

Explore with Wolfram|Alpha

Cite this as:

Weisstein, Eric W. "Domatic Number." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/DomaticNumber.html

Subject classifications