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>
A maximum flow
-
Method Summary
Methods inherited from interface org.jgrapht.alg.interfaces.FlowAlgorithm.Flow
getFlow, getFlowMap
-
Method Details
-
getValue
Double getValue()Returns value of the maximum-flow for the given network- Returns:
- value of the maximum-flow
-