| Package | Description |
|---|---|
| graph.tree.pq |
Classes representing a PQ-tree and its elements.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PQTreeReduction.bubble(PQTree<V,E> pqTree,
java.util.List<PQTreeNode> S)
Implementation of the bubble procedure
|
boolean |
PQTreeReduction.reduce(PQTree<V,E> pqTree,
java.util.List<PQTreeNode> S,
PQTreeNode pertRoot)
Implementation of the reduction procedure
|