-
Function
GMP::Instance::
GetMathematicalProgrammingType
(GMP)¶
GMP::Instance::GetMathematicalProgrammingType¶
The function GMP::Instance::GetMathematicalProgrammingType
returns
the model type of a generated mathematical program.
GMP::Instance::GetMathematicalProgrammingType(
GMP ! (input) a generated mathematical program
)
Arguments¶
- GMP
An element in the set
AllGeneratedMathematicalPrograms
.
Return Value¶
The function returns the model type as an element in
AllMathematicalProgrammingTypes
.
See also
The function GMP::Instance::Generate
and the procedure GMP::Instance::SetMathematicalProgrammingType
.