.Lower
Definition
The
.Lowersuffix contains the lower bound of a variable. When the propertyBoundsof a constraint is set, the.Lowersuffix contains the minimum value the left hand side of the constraint may attain. Note that for a<=constraint this value is-INF. This value is set at the end of the generation step by AIMMS.
Datatype
The value of the
.Lowersuffix is numeric.
Dimension
The
.Lowersuffix has the same dimension and domain as that of the constraint or variable at hand.
Note
When the
.lowersuffix of a variable is equal to the.uppersuffix (see .Upper) of a variable that variable is treated as a frozen variable and subsequently removed from the generated mathematical program independently from the setting of the.nonvarsuffix (see Variable Declaration and Attributes).In order to access the lower bound of the definition of a variable
Xuse the notationX_definition.Lower.See also Sections Variable Declaration and Attributes and Constraint Levels, Bounds and Marginals of the Language Reference.
The GAMS and AIMMS 2 equivalent suffix name is
.lo.