Package | Description |
---|---|
org.jgrapht.alg.flow |
Flow related algorithms.
|
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
Modifier and Type | Method and Description |
---|---|
MaximumFlowAlgorithm.MaximumFlow<E> |
PushRelabelMFImpl.getMaximumFlow(V source,
V sink) |
MaximumFlowAlgorithm.MaximumFlow<E> |
GusfieldGomoryHuCutTree.getMaximumFlow(V source,
V sink)
Unsupported operation
|
MaximumFlowAlgorithm.MaximumFlow<E> |
GusfieldEquivalentFlowTree.getMaximumFlow(V source,
V sink)
Unsupported operation
|
MaximumFlowAlgorithm.MaximumFlow<E> |
EdmondsKarpMFImpl.getMaximumFlow(V source,
V sink)
Sets current source to source, current sink to sink, then calculates
maximum flow from source to sink.
|
Modifier and Type | Class and Description |
---|---|
static class |
MaximumFlowAlgorithm.MaximumFlowImpl<E>
Default implementation of the maximum flow
|
Modifier and Type | Method and Description |
---|---|
MaximumFlowAlgorithm.MaximumFlow<E> |
MaximumFlowAlgorithm.getMaximumFlow(V source,
V sink)
Sets current source to source, current sink to sink, then calculates
maximum flow from source to sink.
|
Copyright © 2017. All rights reserved.