See: Description
| Class | Description |
|---|---|
| BinaryRepresentation<V extends Vertex,E extends Edge<V>> |
Binary representation of a graph, used in graph labeling algorithm
|
| McKayGraphLabelingAlgorithm<V extends Vertex,E extends Edge<V>> |
Implementation of McKay's canonical graph labeling algorithm
|
| OrderedPartition<V extends Vertex> |
Ordered partition, used in graph labeling algorithm
|
| SearchTree<V extends Vertex> |
Class represents a search tree defined and used in graph labeling algorithm
|
| SearchTreeNode<V extends Vertex> |
Class represents a search tree node
|