- Set AllOptions
AllOptions
The predefined set AllOptions
contains the names of all options
available in AIMMS.
Set AllOptions {
Index : IndexOptions;
}
Definition
The contents of the set
AllOptions
is the collection of all options available in AIMMS from the language and through the Options dialog box.
Updatability
The contents of the set can only be modified through the Solver Configuration dialog box. By adding or removing solvers the corresponding solver options will be added or removed in the set
AllOptions
.
Note
In the set AllOptions
, the solver specific options are prefixed by
the solver name and version.
See also
Options in AIMMS is described in detail in Basic Concepts of the ‘User's Guide’.