Procedure GMP::Solution::Delete(GMP, solution)

GMP::Solution::Delete

The procedure GMP::Solution::Delete deletes a solution from the solution repository of a generated mathematical program.

GMP::Solution::Delete(
     GMP,            ! (input) a generated mathematical program
     solution        ! (input) a solution
     )

Arguments

GMP

An element in AllGeneratedMathematicalPrograms.

solution

An integer scalar reference to a solution.

Return Value

The procedure returns 1 on success, or 0 otherwise.