- Procedure GMP::Linearization::Delete(GMP, linNo)¶
GMP::Linearization::Delete¶
The procedure GMP::Linearization::Delete
deletes a set of rows and
columns corresponding to a linearization in a generated mathematical
program.
GMP::Linearization::Delete(
GMP, ! (input) a generated mathematical program
linNo ! (input) a linearization number
)
Arguments¶
- GMP
An element in
AllGeneratedMathematicalPrograms
.- linNo
An integer scalar reference to the rows and columns of the linearization.
Return Value¶
The procedure returns 1 on success, or 0 otherwise.
See also
The routines GMP::Linearization::Add
and GMP::Linearization::AddSingle
.