- Set AllVariables
AllVariables
The predefined set AllVariables contains the names of all variables
within an AIMMS model.
Set AllVariables {
SubsetOf : AllVariablesConstraints;
Index : IndexVariables;
}
Definition
The contents of the set
AllVariablesis the collection of all symbolic variable names defined within a particular model.
Updatability
The contents of the set can only be modified by adding or deleting variables in the Model Explorer.
Note
The set AllVariables or subsets thereof are typically used in the
Variables attribute of MathematicalPrograms declared within an
AIMMS model.
See also
The sets AllIdentifiers, AllConstraints. Variables are discussed in Variable Declaration and Attributes,
mathematical programs in MathematicalProgram Declaration and Attributes of the Language Reference.