E - graph edge typepublic static interface FlowAlgorithm.Flow<E>
| Modifier and Type | Method and Description |
|---|---|
default double |
getFlow(E edge)
Returns the flow on the
edge |
java.util.Map<E,java.lang.Double> |
getFlowMap()
Returns a mapping from the network flow edges to the corresponding flow values.
|
default double getFlow(E edge)
edgeedge - an edge from the flow networkedgejava.util.Map<E,java.lang.Double> getFlowMap()
Copyright © 2019. All Rights Reserved.