- 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
AllSolverSessionscontains the names of all solver sessions associated with generated mathematical programs in your model. Solver sessions are created through theSOLVEstatement, and the functionsGMP::Instance::SolveandGMP::Instance::CreateSolverSession.
Updatability
The contents of
AllSolverSessionscan only be modified programmatically through theSOLVEstatement, and the functionsGMP::Instance::Solve,GMP::Instance::CreateSolverSessionandGMP::SolverSession::Delete.
See also
The functions GMP::Instance::Solve, GMP::Instance::CreateSolverSession and GMP::SolverSession::Delete, and the predeclared
identifier AllSolverSessionCompletionObjects.