Class SimplexTableauSolver.IterationPoint

  • Enclosing class:
    SimplexTableauSolver

    static final class SimplexTableauSolver.IterationPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int col  
      private boolean myPhase1  
      (package private) int row  
    • Constructor Summary

      Constructors 
      Constructor Description
      IterationPoint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isPhase1()  
      (package private) boolean isPhase2()  
      (package private) void reset()  
      (package private) void returnToPhase1()  
      (package private) void switchToPhase2()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • myPhase1

        private boolean myPhase1
      • col

        int col
      • row

        int row
    • Constructor Detail

      • IterationPoint

        IterationPoint()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isPhase1

        boolean isPhase1()
      • isPhase2

        boolean isPhase2()
      • reset

        void reset()
      • returnToPhase1

        void returnToPhase1()
      • switchToPhase2

        void switchToPhase2()