E - the graph edge typepublic static interface MaximumFlowAlgorithm.MaximumFlow<E>
| Modifier and Type | Method and Description |
|---|---|
Map<E,Double> |
getFlow()
Returns mapping from edge to flow value through this particular edge
|
Double |
getValue()
Returns value of the maximum-flow for the given network
|
Copyright © 2017. All rights reserved.