Get the current value of the tableau
Get the A matrix of the tableau, this is the matrix of the coefficients of the constraints
Get the B vector of the tableau, this is the right hand side of the constraints
Get the C vector of the tableau, this is the coefficients of the objective function
Get the variable names of the tableau
Get the indexes of the variables in the basis, the index is relative to the variable names
Step the tableau to the next iteration
Optional
variableIndexesToAvoid: number[]the indexes of the variables to avoid stepping onto
Convert the tableau back to a string
Get the offset value of the tableau