Set AllSolvers

AllSolvers

The predefined set AllSolvers contains the names of all types of solvers associated with the AIMMS system installed on a particular computer.

Set AllSolvers {
    Index      :  IndexSolvers;
}

Definition

The contents of the set AllSolvers is the collection of all types of solvers linked to a particular AIMMS system through the Solver Configuration dialog box.

Updatability

The contents of the set can only be modified through the Solver Configuration dialog box.

Note

The set AllSolvers can be used in applications to test whether one or more solvers are available, as illustrated in the AIMMS example Economic Exchange Equilibrium.

See also