- Function GMP::SolverSession::GetSolverStatus(solverSession)
GMP::SolverSession::GetSolverStatus
The function GMP::SolverSession::GetSolverStatus
returns the solver
status of the last execution of a solver session.
GMP::SolverSession::GetSolverStatus(
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::GetProgramStatus
.