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
    Returns value of the maximum-flow for the given network

    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