Class MinimumCostFlowAlgorithm.MinimumCostFlowImpl<E>

    • Constructor Summary

      Constructors 
      Constructor Description
      MinimumCostFlowImpl​(double cost, java.util.Map<E,​java.lang.Double> flowMap)
      Constructs a new instance of minimum cost flow
    • Constructor Detail

      • MinimumCostFlowImpl

        public MinimumCostFlowImpl​(double cost,
                                   java.util.Map<E,​java.lang.Double> flowMap)
        Constructs a new instance of minimum cost flow
        Parameters:
        cost - the cost of the flow
        flowMap - the mapping defining the flow on the network