Data Structures | |
class | branchColour |
Branch & bound implementation for node colouring. More... | |
Functions | |
virtual TNode | abstractMixedGraph::NodeColouring (TNode k=NoNode) throw () |
bool | abstractMixedGraph::NCKempeExchange (TNode *nodeColour, TNode r, TNode x) throw (ERRange,ERRejected) |
TNode | abstractMixedGraph::CliqueCover (TNode k=NoNode) throw () |
TArc | abstractMixedGraph::EdgeColouring (TArc k=NoNode) throw (ERRange) |
|
Partition the node set into cliques.
|
|
Partition the edge set into independent sets.
|
|
Modify a given colouring by alternating two colours in a Kempe component.
|
|
Partition the node set into independent sets.
Reimplemented in abstractBiGraph. |