- Procedure GMP::Solution::DeleteAll(GMP)
GMP::Solution::DeleteAll
The procedure GMP::Solution::DeleteAll
empties the solution
repository of a generated mathematical program.
GMP::Solution::DeleteAll(
GMP ! (input) a generated mathematical program
)
Arguments
- GMP
An element in
AllGeneratedMathematicalPrograms
.
Return Value
The procedure returns 1 on success, or 0 otherwise.
See also
The routines GMP::Instance::Generate
and GMP::Solution::Delete
.