- Set AllGMPExtensions
AllGMPExtensions
The predefined set AllGMPExtensions contains the collection of all
possible extensions in the GMP library of AIMMS.
Set AllGMPExtensions {
Index : IndexGMPExtensions;
Definition : {
data { DualObjective, DualDefinition,
DualLowerBound, DualUpperBound }
}
}
Definition
The predefined set
AllGMPExtensionscontains the collection of all possible extensions in the GMP library of AIMMS.
Updatability
The contents of the set cannot be modified.
Note
Together with the suffixes .ExtendedConstraint and
.ExtendedVariable, element parameters into AllGMPExtensions can
be used as the extension argument of a constraint, a variable, and a
mathematical program.
See also
The set AllSuffixNames. The GMP library is discussed in more detail in
Implementing Advanced Algorithms for Mathematical Programs of the Language Reference.