Set AllParameters

AllParameters

The predefined set AllParameters contains the names of all parameters within an AIMMS model.

Set AllParameters {
    SubsetOf   :  AllIdentifiers;
    Index      :  IndexParameters;
}

Definition

The contents of the set AllParameters is the collection of all symbolic parameter names declared within a particular model.

Updatability

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

Note

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

See also

The sets AllDefinedParameters, 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.