Package | Description |
---|---|
org.jgrapht.alg.densesubgraph |
Algorithms for computing maximum density subgraphs.
|
org.jgrapht.alg.flow |
Flow related algorithms.
|
org.jgrapht.util |
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
|
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).
|
Modifier and Type | Field and Description |
---|---|
static Supplier<DefaultWeightedEdge> |
SupplierUtil.DEFAULT_WEIGHTED_EDGE_SUPPLIER
Supplier for
DefaultWeightedEdge . |
Modifier and Type | Method and Description |
---|---|
static Supplier<DefaultWeightedEdge> |
SupplierUtil.createDefaultWeightedEdgeSupplier()
Create a default weighted edge supplier.
|
Copyright © 2019. All rights reserved.