Set AllSets

AllSets

The predefined set AllSets contains the names of all sets within an AIMMS model.

Set AllSets {
    SubsetOf   :  AllIdentifiers;
    Index      :  IndexSets;
}

Definition

The contents of the set AllSets is the collection of all set names declared within a particular model.

Updatability

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

Note

Subsets of AllSets are occassionally used in READ, WRITE or DISPLAY statements to indicate the set of sets to be read or written, as well as in data control statements such as EMPTY, CLEANUP and CLEANUPDEPENDENTS.

See also

The sets AllDefinedSets, AllIdentifiers. Data control statements are discussed in Data Control, the READ and WRITE statements in Syntax of the READ and WRITE Statements, and the DISPLAY statement in The DISPLAY Statement of the Language Reference.