- Set AllQuantities
AllQuantities
The predefined set AllQuantities
contains the names of all
quantities defined within an AIMMS model.
Set AllQuantities {
SubsetOf : AllIdentifiers;
Index : IndexQuantities;
}
Definition
The contents of the set
AllQuantities
is the collection of all quantities defined within a particular model.
Updatability
The contents of the set can only be modified by adding or deleting quantities in the Model Explorer.
See also
The sets AllIdentifiers
, AllConventions
. Quantities are discussed in full detail
in The Quantity Declaration of the Language Reference.