Set AllIntrinsics

AllIntrinsics

The predefined set AllIntrinsics contains the names of all standard AIMMS functions and operators.

Set AllIntrinsics {
    SubsetOf   :  AllSymbols;
    Index      :  IndexIntrinsics;
}

Definition

The contents of the set AllIntrinsics is the collection of all standard functions and operators.

Updatability

The contents of the set cannot be modified.

See also

The set AllSymbols.