| Package | Description |
|---|---|
| graph.symmetry.nauty |
Classes needed to implement McKay's graph labeling algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedPartition<V> |
SearchTreeNode.getNodePartition() |
| Constructor and Description |
|---|
SearchTree(OrderedPartition<V> rootPartition)
Creates a search tree given its root partition
|
SearchTreeNode(OrderedPartition<V> nodePartition,
V split,
SearchTreeNode<V> parent)
Creates a node of the search tree given its partition, a vertex that splits it and its parent
|