ROOC
    Preparing search index...

    Class SimplexTableau

    Index

    Constructors

    Properties

    instance: _Tableau

    Methods

    • Get the offset value of the tableau

      Returns any

    • Get the current value of the tableau

      Returns any

    • Get the A matrix of the tableau, this is the matrix of the coefficients of the constraints

      Returns number[][]

    • Get the B vector of the tableau, this is the right hand side of the constraints

      Returns number[]

    • Get the C vector of the tableau, this is the coefficients of the objective function

      Returns number[]

    • Get the variable names of the tableau

      Returns any

    • Get the indexes of the variables in the basis, the index is relative to the variable names

      Returns number[]

    • Step the tableau to the next iteration

      Parameters

      • OptionalvariableIndexesToAvoid: number[]

        the indexes of the variables to avoid stepping onto

      Returns void

    • Convert the tableau back to a string

      Returns any