Set AllMacros

AllMacros

The predefined set AllMacros contains the names of all macros within an AIMMS model.

Set AllMacros {
    SubsetOf   :  AllIdentifiers;
    Index      :  IndexMacros;
}

Definition

The contents of the set AllMacros is the collection of all symbolic macro names defined within a particular model.

Updatability

The contents of the set can only be modified by adding or deleting macros in the Model Explorer.

See also

Macros are discussed in MACRO Declaration and Attributes of the Language Reference.