- Set AllConventions
AllConventions
The predefined set AllConventions
contains the names of all
conventions defined within an AIMMS model.
Set AllConventions {
SubsetOf : AllIdentifiers;
Index : IndexConventions;
}
Definition
The contents of the set
AllConventions
is the collection of all conventions defined within a particular model.
Updatability
The contents of the set can only be modified by adding or deleting conventions in the Model Explorer.
Note
Element parameters into the set AllConventions
are typically used in
the main model node to allow dynamic selection of the unit convention to
which the model is subject.
See also
The sets AllIdentifiers
, AllQuantities
. Conventions are discussed in full detail
in Globally Overriding Units Through Conventions of the Language Reference.