Dominating Set Flashcards
(7 cards)
In a graph G=(V,E), a _________ is a subset of vertices D⊆V such that every
vertex in the graph is either in D or
adjacent to a vertex in D.
dominating set
y(G)
y(P_n)
y(K_n)
y(C_n)
y(K_{m,n}
domination number
n/3
1
n/3
2
A dominating set where removing any
vertex means it stops being dominating.
-There can be many minimal dominating sets in a
graph.
- It is not necessarily the smallest possible set.
MINIMAL DOMINATING SET
A dominating set with the smallest possible
number of vertices (the optimal one) among
all dominating sets.
- It’s always a minimal dominating set, but not all
minimal sets are minimum.
- There is usually one or few minimum sets, depending
on the graph.
MINIMUM DOMINATING SET
The dominating set also forms a
connected subgraph.
CONNECTED DOMINATING SET
Every vertex is adjacent to a vertex in
the set (even the ones inside the set
must be dominated by someone else in
the set).
TOTAL DOMINATING SET
A dominating set where no two vertices
are adjacent (also an independent set).
INDEPENDENT DOMINATING SET