- Set AllSolverSessions
AllSolverSessions
The predefined set AllSolverSessions
contains the names of all
solver sessions associated with generated mathematical programs in your
model.
Set AllSolverSessions {
SubsetOf : AllSolverSessionCompletionObjects;
Index : IndexSolverSessions;
}
Definition
The set
AllSolverSessions
contains the names of all solver sessions associated with generated mathematical programs in your model. Solver sessions are created through theSOLVE
statement, and the functionsGMP::Instance::Solve
andGMP::Instance::CreateSolverSession
.
Updatability
The contents of
AllSolverSessions
can only be modified programmatically through theSOLVE
statement, and the functionsGMP::Instance::Solve
,GMP::Instance::CreateSolverSession
andGMP::Instance::DeleteSolverSession
.
See also
The functions GMP::Instance::Solve
, GMP::Instance::CreateSolverSession
and GMP::Instance::DeleteSolverSession
, and the predeclared
identifier AllSolverSessionCompletionObjects
.