Enumerations | |
enum | abstractMixedGraph::TOptComplement { abstractMixedGraph::PERFECT_AS_IS = 0, abstractMixedGraph::PERFECT_COMPLEMENT = 1 } |
Functions | |
TNode | abstractMixedGraph::PerfectEliminationOrder (TOptComplement complementarityMode=PERFECT_AS_IS) throw () |
bool | abstractMixedGraph::IsChordal (TOptComplement complementarityMode=PERFECT_AS_IS) throw () |
|
Complementarity option for perfect graph methods.
|
|
Perform a chordality test.
|
|
Determine a perfect elimination order and a simplicial node. This assigns the node colours with a certain node order. If the graph is chordal, this is a so-called perfect elimination order, and the returned node is simplicial, that is, its neighbours form a clique.
|