Package org.jgrapht.alg.interfaces
Interface MaximumFlowAlgorithm.MaximumFlow<E>
-
- Type Parameters:
E
- the graph edge type
- All Superinterfaces:
FlowAlgorithm.Flow<E>
- All Known Implementing Classes:
MaximumFlowAlgorithm.MaximumFlowImpl
- Enclosing interface:
- MaximumFlowAlgorithm<V,E>
public static interface MaximumFlowAlgorithm.MaximumFlow<E> extends FlowAlgorithm.Flow<E>
A maximum flow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Double
getValue()
Returns value of the maximum-flow for the given network-
Methods inherited from interface org.jgrapht.alg.interfaces.FlowAlgorithm.Flow
getFlow, getFlowMap
-
-