- Procedure GMP::SolverSession::Delete(solverSession)
GMP::SolverSession::Delete
The procedure GMP::SolverSession::Delete deletes the
specified solver session.
GMP::SolverSession::Delete(
solverSession ! (input) a solver session
)
Arguments
- solverSession
An element in the set
AllSolverSessions.
Return Value
The procedure returns 1 on success, or 0 otherwise.
Note
This procedure was added in AIMMS version 25.7, and replaces the deprecated procedure GMP::Instance::DeleteSolverSession.
See also
The functions
GMP::Instance::CreateSolverSessionandGMP::SolverSession::GetInstance.