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 Details

    • getValue

      Double getValue()
      Returns value of the maximum-flow for the given network
      Returns:
      value of the maximum-flow