- 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
AllDefinedSets
is the collection of all set names with a non-emptyDefinition
attribute 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.