- Function GMP::Instance::GetSolver(GMP)
GMP::Instance::GetSolver
The function GMP::Instance::GetSolver returns for a generated
mathematical program the solver that is assigned to it.
GMP::Instance::GetSolver(
GMP ! (input) a generated mathematical program
)
Arguments
- GMP
An element in
AllGeneratedMathematicalPrograms.
Return Value
The function returns the solver as an element of
AllSolvers.
Note
The solver can be assigned by the procedure
GMP::Instance::SetSolver, or derived by AIMMS as the default solver
for the model class of the generated mathematical program.
See also
The routines
GMP::Instance::GenerateandGMP::Instance::SetSolver.