Interface MaximumFlowAlgorithm.MaximumFlow<E>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<E,​java.lang.Double> getFlow()
      Returns mapping from edge to flow value through this particular edge
      java.lang.Double getValue()
      Returns value of the maximum-flow for the given network
    • Method Detail

      • getValue

        java.lang.Double getValue()
        Returns value of the maximum-flow for the given network
        Returns:
        value of the maximum-flow
      • getFlow

        java.util.Map<E,​java.lang.Double> getFlow()
        Returns mapping from edge to flow value through this particular edge
        Returns:
        maximum flow