- 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
AllIntrinsicsis the collection of all standard functions and operators.
Updatability
The contents of the set cannot be modified.
See also
The set AllSymbols.