Index
Problem list
Graph
Chordal graph
References
TODO list
P272
: Enumeration of all chordal supergraph that contains a given graph
P272
:
Enumeration of all chordal supergraph that contains a given graph
Input:
A graph $G = (V, E)$.
Output:
All chordal supergraphs each of which contain $G$.
Complexity:
$O(|V|^3)$ time for each and $O(|V|^2)$ space.
Comment:
Reference:
[
Kiyomi2006a
] (
Bibtex
)