Set AllKeywords

AllKeywords

The predefined set AllKeywords contains the names of all keywords in AIMMS.

Set AllKeywords {
    SubsetOf   :  AllSymbols;
    Index      :  IndexKeywords;
}

Definition

The contents of the set AllKeywords is the collection of all keywords.

Updatability

The contents of the set cannot be modified.

See also

The set AllSymbols.