Class KSolver.DblControl

  • Enclosing class:
    KSolver

    public static final class KSolver.DblControl
    extends java.lang.Object
    Double controls
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MaxComputationTime
      Maximum computation time.
      static int OptimalityRelativeTolerance
      Relative optimality tolerance (default value: 0.000001 for continuous objective, 0 for integer objective).
      static int OptimalityTolerance
      Absolute optimality tolerance (default value: 0.000001 for continuous objective, 1 for integer objective).
    • Constructor Summary

      Constructors 
      Constructor Description
      DblControl()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MaxComputationTime

        public static final int MaxComputationTime
        Maximum computation time.
        See Also:
        Constant Field Values
      • OptimalityTolerance

        public static final int OptimalityTolerance
        Absolute optimality tolerance (default value: 0.000001 for continuous objective, 1 for integer objective).
        See Also:
        Constant Field Values
      • OptimalityRelativeTolerance

        public static final int OptimalityRelativeTolerance
        Relative optimality tolerance (default value: 0.000001 for continuous objective, 0 for integer objective).
        See Also:
        Constant Field Values
    • Constructor Detail

      • DblControl

        public DblControl()