Class KLinearRelaxationSolver.SolveAlgorithm

  • Enclosing class:
    KLinearRelaxationSolver

    public static final class KLinearRelaxationSolver.SolveAlgorithm
    extends java.lang.Object
    Resolution algorithms
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALG_BARRIER
      Newton barrier method
      static int ALG_DUAL
      Dual simplex algorithm
      static int ALG_NETWORK
      Network simplex algorithm
      static int ALG_PRIMAL
      Primal simplex algorithm
    • Constructor Summary

      Constructors 
      Constructor Description
      SolveAlgorithm()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SolveAlgorithm

        public SolveAlgorithm()