- Procedure GMP::Instance::Delete(GMP)
GMP::Instance::Delete
The procedure GMP::Instance::Delete
deletes a generated mathematical
program from the set AllGeneratedMathematicalPrograms
.
GMP::Instance::Delete(
GMP ! (input) a generated mathematical program
)
Arguments
- GMP
An element in the set
AllGeneratedMathematicalPrograms
.
Return Value
The procedure returns 1 on success, or 0 otherwise.
Note
All memory associated with the generated mathematical program is also freed.
See also
The function GMP::Instance::Generate
.