Processing math: 100%
Index
Problem list
Graph
Dominating set
References
TODO list
P127
: Enumeration of all minimal dominating sets in the line graph of a bipartite graph
P127
:
Enumeration of all minimal dominating sets in the line graph of a bipartite graph
Input:
A graph
G
=
(
V
,
E
)
.
Output:
All minimal dominating sets in
G
.
Complexity:
O
(
|
V
|
2
|
E
|
|
L
|
)
delay.
Comment:
L
is the set of already generated solutions.
Reference:
[
Golovach2013a
] (
Bibtex
)