- Function GMP::SolverSession::GetProgramStatus(solverSession)
GMP::SolverSession::GetProgramStatus
The function GMP::SolverSession::GetProgramStatus
returns the
program status of the last execution of a solver session.
GMP::SolverSession::GetProgramStatus(
solverSession ! (input) a solver session
)
Arguments
- solverSession
An element in the set
AllSolverSessions
.
Return Value
An element in the set
AllSolutionStates
.
See also
The routines GMP::SolverSession::Execute
and GMP::SolverSession::GetSolverStatus
.