- Function GMP::SolverSession::GetInstance(solverSession)
GMP::SolverSession::GetInstance
The function GMP::SolverSession::GetInstance
returns the generated
mathematical program that was used to create a solver session.
GMP::SolverSession::GetInstance(
solverSession ! (input) a solver session
)
Arguments
- solverSession
An element in the set
AllSolverSessions
.
Return Value
An element in the set
AllGeneratedMathematicalPrograms
.
See also
The routines GMP::Instance::Generate
and GMP::Instance::CreateSolverSession
.