- Procedure GMP::Instance::DeleteIntegerEliminationRows(GMP, refNo)
GMP::Instance::DeleteIntegerEliminationRows
The procedure GMP::Instance::DeleteIntegerEliminationRows
deletes a
particular set of integer elimination rows and columns of a generated
mathematical program.
GMP::Instance::DeleteIntegerEliminationRows(
GMP, ! (input) a generated mathematical program
refNo ! (input) a scalar integer value
)
Arguments
- GMP
An element in
AllGeneratedMathematicalPrograms
.- refNo
A positive integer scalar value representing a reference number.
Return Value
The procedure returns 1 on success, or 0 otherwise.
See also
The procedure GMP::Instance::AddIntegerEliminationRows
.