Module org.jgrapht.core
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
Modifier and Type Method Description java.lang.Double
getValue()
Returns value of the maximum-flow for the given network
-
Method Details
-
getValue
java.lang.Double getValue()Returns value of the maximum-flow for the given network- Returns:
- value of the maximum-flow
-