Class KSolver.DblAttrib

  • Enclosing class:
    KSolver

    public static final class KSolver.DblAttrib
    extends java.lang.Object
    Double attributes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BestBound
      Best bound on the optimal solution.
      static int CallBackTime
      Time spent in callbacks
      static int ComputationTime
      Total computation time.
    • Constructor Summary

      Constructors 
      Constructor Description
      DblAttrib()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ComputationTime

        public static final int ComputationTime
        Total computation time.
        See Also:
        Constant Field Values
      • BestBound

        public static final int BestBound
        Best bound on the optimal solution.
        See Also:
        Constant Field Values
      • CallBackTime

        public static final int CallBackTime
        Time spent in callbacks
        See Also:
        Constant Field Values
    • Constructor Detail

      • DblAttrib

        public DblAttrib()