Module Graph__Cliquetree

Construction of the clique tree of a graph and recognition of chordal graphs.

Based on the article: Chordal graphs and their clique graph by P. Galinier, M. Habib and C. Paul.

author
Matthieu Sozeau
module CliqueTree : functor (G : Graph.Sig.G) -> sig ... end