Class MinCostFlow


  • public class MinCostFlow
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double MAX_FLOAT  
      (package private) double MIN_FLOAT  
    • Constructor Summary

      Constructors 
      Constructor Description
      MinCostFlow()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      It executes the program.
      (package private) void min_cost_flow()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MIN_FLOAT

        double MIN_FLOAT
      • MAX_FLOAT

        double MAX_FLOAT
    • Constructor Detail

      • MinCostFlow

        public MinCostFlow()
    • Method Detail

      • min_cost_flow

        void min_cost_flow()
      • main

        public static void main​(java.lang.String[] args)
        It executes the program.
        Parameters:
        args - no arguments