- Set AllDefinedSets
AllDefinedSets
The predefined set AllDefinedSets contains the names of all defined
sets within an AIMMS model.
Set AllDefinedSets {
SubsetOf : AllSets;
Index : IndexDefinedSets;
}
Definition
The contents of the set
AllDefinedSetsis the collection of all set names with a non-emptyDefinitionattribute within a particular model.
Updatability
The contents of the set can only be modified by adding or deleting definitions of sets declared in the Model Explorer.
See also
The sets AllSets. Sets are discussed in Set Declaration and Attributes of the Language
Reference.