- 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::GenerateandGMP::Solution::Count.