Package | Description |
---|---|
org.jgrapht.alg.flow |
Flow related algorithms.
|
Modifier and Type | Method and Description |
---|---|
SimpleWeightedGraph<V,DefaultWeightedEdge> |
GusfieldEquivalentFlowTree.getEquivalentFlowTree()
Returns the Equivalent Flow Tree as an actual tree (graph).
|
SimpleWeightedGraph<V,DefaultWeightedEdge> |
GusfieldGomoryHuCutTree.getGomoryHuTree()
Returns the Gomory-Hu Tree as an actual tree (graph).
|
Copyright © 2017. All rights reserved.