Class SimplexSolver.IterDescr

java.lang.Object
org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
Enclosing class:
SimplexSolver

static final class SimplexSolver.IterDescr extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • column

      int column()
    • isBasisUpdate

      boolean isBasisUpdate()
      Normal basis update – one variable leaves the basis and another enters.
    • isBoundSwitch

      boolean isBoundSwitch()
      Change from SimplexStore.ColumnState.LOWER to SimplexStore.ColumnState.UPPER or vice versa. (No change in basis.)
    • isNoOperation

      boolean isNoOperation()
    • markAsBoundSwitch

      void markAsBoundSwitch()
    • reset

      void reset()
    • row

      int row()