Independence dominating set

From Wikipedia, the free encyclopedia

In graph theory, an independence dominating set for a graph is a subset that dominates a given independent set of ; that is, every vertex in is either in or adjacent to a vertex in .[1] Unlike ordinary dominating sets, which must dominate every vertex in the graph, an independence dominating set is only required to dominate the vertices of a particular independent set.

Each maximal independent set of the graph is shown in blue, and each has a set dominating it in red. The largest dominating set has a size of 1, so the independence domination number of the graph is (which is less than the domination number ).

The independence domination number of a graph is the maximum, over all independent sets of , of the smallest set dominating .[1] Dominating subsets of vertices requires potentially fewer vertices than dominating all vertices, so for all graphs .

The inequality can be strict; there are graphs for which . For example, for some integer , let be a graph in which the vertices are the rows and columns of an -by- board, and two such vertices are connected if and only if they intersect. The only independent sets are sets of only rows or sets of only columns, and each of them can be dominated by a single vertex (a column or a row), so . However, to dominate all vertices we need at least one row and one column, so . Moreover, the ratio between can be arbitrarily large. For example, if the vertices of are all the subsets of squares of an -by- board, then still , but .[1]

Connection to Vizing's conjecture

The independence domination number is closely connected to Vizing's conjecture, which states that for all graphs and , the domination number of the Cartesian product satisfies .[2] Aharoni and Szabó showed that for all graphs and ,[3]

Since any graph class for which automatically satisfies Vizing's conjecture, this connection motivates the study of which graph classes have this property.[2]

Results for specific graph classes

For chordal graphs, the independence domination number equals the domination number: .[1] This implies that Vizing's conjecture holds for chordal graphs.[3] For strongly chordal graphs, the same equality holds since the fractional domination number equals the domination number for such graphs.[2]

For cographs, the independence domination number has a simple characterization: equals the number of connected components of .[2] This follows from the recursive structure of cographs as joins and unions: in a join , any maximal independent set is contained in one constituent and can be dominated by a single vertex from the other, giving ; in a union , the independence domination numbers add.[2]

Computational complexity

Computing the independence domination number is NP-complete for several graph classes, including chordal graphs (since domination is already NP-complete for chordal graphs) and bipartite graphs. It is also NP-complete to decide whether for weakly chordal graphs.[4]

On the other hand, polynomial-time algorithms exist for several restricted graph classes:[2]

For general graphs, there is an exact exponential-time algorithm running in time. This algorithm enumerates all maximal independent sets (of which there are at most by the Moon–Moser bound) and finds a minimum dominating set for each using a branching strategy combined with maximum matching.[2]

Approximation

For planar graphs, there is a polynomial-time approximation scheme (PTAS) using Baker's technique of layered decomposition:[2] for every , there exists a linear-time algorithm that computes a value at least . The approach partitions vertices into layers based on a plane embedding, removes periodic layers to obtain graphs of bounded treewidth, and applies the exact bounded-treewidth algorithm to each piece.

Bi-independent domination number

The bi-independent domination number of a graph is the maximum, over all independent sets of , of the smallest independent set dominating . The following relations hold for any graph : where is the independent domination number.

See also

References

Related Articles

Wikiwand AI