- Set AllSections
AllSections
The predefined set AllSections contains the names of all sections
within an AIMMS model.
Set AllSections {
SubsetOf : AllIdentifiers;
Index : IndexSections;
}
Definition
The contents of the set
AllSectionsis the collection of all section names defined within a particular model tree.
Updatability
The contents of the set can only be modified by adding or deleting sections in the Model Explorer.
Note
Section names contained in AllSections are occassionally used in
READ, WRITE or DISPLAY statements to indicate the set of
identifiers to be read or written, as well as in data control statements
such as EMPTY and CLEANUP.
See also
The set AllIdentifiers. Model sections are discussed in Creating and Managing a Model.
Data control statements are discussed in Section 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.