Class SimplexSolver.EnterInfo

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

static final class SimplexSolver.EnterInfo extends Object
Enter to SimplexStore.ColumnState.BASIS from either SimplexStore.ColumnState.LOWER, SimplexStore.ColumnState.UPPER, or SimplexStore.ColumnState.UNBOUNDED.

In case of a bound-switch nothing enters the basis. In such case this type declares "the switch" rather than the enter-part of a normal basis-update.

  • Field Details

  • Constructor Details

    • EnterInfo

      EnterInfo(int[] excluded)
  • 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()
    • column

      void column(int column)
    • indexOf

      int indexOf(int column)
    • reset

      void reset()