Package | Description |
---|---|
org.jgrapht.alg.flow |
Flow related algorithms.
|
org.jgrapht.alg.util.extension |
Utility classes for managing extensions/encapsulations.
|
Modifier and Type | Method and Description |
---|---|
protected <VE extends org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.VertexExtensionBase> |
MaximumFlowAlgorithmBase.init(V source,
V sink,
ExtensionFactory<VE> vertexExtensionFactory,
ExtensionFactory<org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.AnnotatedFlowEdge> edgeExtensionFactory)
Prepares all data structures to start a new invocation of the Maximum Flow or Minimum Cut
algorithms
|
protected <VE extends org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.VertexExtensionBase> |
MaximumFlowAlgorithmBase.init(V source,
V sink,
ExtensionFactory<VE> vertexExtensionFactory,
ExtensionFactory<org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.AnnotatedFlowEdge> edgeExtensionFactory)
Prepares all data structures to start a new invocation of the Maximum Flow or Minimum Cut
algorithms
|
Constructor and Description |
---|
ExtensionManager(ExtensionFactory<B> factory)
Create a new extension manager.
|
Copyright © 2017. All rights reserved.