- Set AllValueKeywords
AllValueKeywords
The predefined set AllValueKeywords serves as the root set of
various other predefined sets containing AIMMS keywords.
Set AllValueKeywords {
Index : IndexValueKeywords;
Definition : {
AllMathematicalProgrammingTypes +
AllMatrixManipulationDirections +
AllViolationTypes + YesNo +
ContinueAbort + MergeReplace + OnOff +
DiskWindowVoid + MaximizingMinimizing
}
}
Definition
The set
AllValueKeywordscontains keywords used in various other predefined sets containing AIMMS keywords.
Updatability
The contents of the set
AllValueKeywordsis completely under the control of AIMMS, and cannot be modified.
Note
The set AllValueKeywords is, in general, of little direct use in an
AIMMS application.