- Set AllDefinedParameters
AllDefinedParameters
The predefined set AllDefinedParameters contains the names of all
defined parameters within an AIMMS model.
Set AllDefinedParameters {
Subsetof : AllParameters;
Index : IndexDefinedParameters;
}
Definition
The contents of the set
AllDefinedParametersis the collection of all parameters 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 parameters declared in the Model Explorer.
See also
- The sets
AllParameters. Parameters are discussed in Parameter Declaration and Attributes of the Language Reference.