- Function GMP::Solution::GetSolutionsSet(GMP)¶
GMP::Solution::GetSolutionsSet¶
The function GMP::Solution::GetSolutionsSet
returns the set of
non-empty solutions in the solution repository of a generated
mathematical program.
GMP::Solution::GetSolutionsSet(
GMP ! (input) a generated mathematical program
)
Arguments¶
- GMP
An element in
AllGeneratedMathematicalPrograms
.
Return Value¶
A subset of
Integers
.
See also
The functions GMP::Instance::Generate
and GMP::Solution::Count
and the section on Managing the
solution repository Managing the Solution Repository of the Language Reference.