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 the SOLVE statement, and the functions GMP::Instance::Solve and GMP::Instance::CreateSolverSession.

Updatability

The contents of AllSolverSessions can only be modified programmatically through the SOLVE statement, and the functions GMP::Instance::Solve, GMP::Instance::CreateSolverSession and GMP::Instance::DeleteSolverSession.