- Procedure GMP::Instance::DeleteSolverSession(solverSession)
GMP::Instance::DeleteSolverSession
The procedure GMP::Instance::DeleteSolverSession
deletes the
specified solver session.
GMP::Instance::DeleteSolverSession(
solverSession ! (input) a solver session
)
Arguments
- solverSession
An element in the set
AllSolverSessions
.
Return Value
The procedure returns 1 on success, or 0 otherwise.
See also
The functions GMP::Instance::CreateSolverSession
and GMP::SolverSession::GetInstance
.