- Set AllIndices
AllIndices
The predefined set AllIndices contains the names of all indices
defined within an AIMMS model.
Set AllIndices {
SubsetOf : AllIdentifiers;
Index : IndexIndices;
}
Definition
The contents of the set
AllIndicesis the collection of all indices defined within a particular model.
Updatability
The contents of the set can only be modified by adding indices to or deleting indices from sets within the Model Explorer.
See also
The sets AllSets, AllIdentifiers. Sets and their corresponding indices are
discussed in Set Declaration and Attributes of the Language Reference.