Class SimplexSolver.ExitInfo

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

static final class SimplexSolver.ExitInfo extends Object
Exit from SimplexStore.ColumnState.BASIS to either SimplexStore.ColumnState.LOWER or SimplexStore.ColumnState.UPPER.

In case of a bound-switch nothing leaves the basis, and this type bears no meaning.

  • Field Details

  • Constructor Details

    • ExitInfo

      ExitInfo(int[] included)
  • 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()
    • indexOf

      int indexOf(int column)
    • reset

      void reset()
    • row

      int row()