Set AllPredeclaredIdentifiers

AllPredeclaredIdentifiers

The predefined set AllPredeclaredIdentifiers contains the names of all predeclared identifiers in AIMMS.

Set AllPredeclaredIdentifiers {
    SubsetOf   :  AllSymbols;
    Index      :  IndexPredeclaredIdentifiers;
}

Definition

The contents of the set AllPredeclaredIdentifiers is the collection of all predeclared identifier names.

Updatability

The contents of the set cannot be modified.

See also

The set AllSymbols.