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 |
Map<E,Double> |
getFlowMap()
Returns a mapping from the network flow edges to the corresponding flow values.
|
default double getFlow(E edge)
edge
edge
- an edge from the flow networkedge
Copyright © 2019. All rights reserved.