E
- the graph edge typepublic static interface MaximumFlowAlgorithm.MaximumFlow<E> extends FlowAlgorithm.Flow<E>
Modifier and Type | Method and Description |
---|---|
default Map<E,Double> |
getFlow()
Deprecated.
Method renamed to getFlowMap
|
Double |
getValue()
Returns value of the maximum-flow for the given network
|
getFlow, getFlowMap
Double getValue()
@Deprecated default Map<E,Double> getFlow()
Copyright © 2018. All rights reserved.