-
Procedure
GMP::Instance::
DeleteIntegerEliminationRows
(GMP, elimNo)¶
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
elimNo ! (input) an elimination number
)
Arguments¶
- GMP
An element in
AllGeneratedMathematicalPrograms
.- elimNo
An integer scalar reference to an elimination number.
Return Value¶
The procedure returns 1 on success, or 0 otherwise.
See also
The procedure GMP::Instance::AddIntegerEliminationRows
.