-
Function
GMP::Instance::
GetDirection
(GMP)¶
GMP::Instance::GetDirection¶
The function GMP::Instance::GetDirection
returns the optimization
direction of a generated mathematical program.
GMP::Instance::GetDirection(
GMP ! (input) a generated mathematical program
)
Arguments¶
- GMP
An element in the set
AllGeneratedMathematicalPrograms
.
Return Value¶
The function returns the optimization direction as an element in
AllMatrixManipulationDirections
.
See also
The routines GMP::Instance::Generate
and the procedure GMP::Instance::SetDirection
.