.Relax
Definition
The variable suffix
.Relaxcontrols whether the integer variable at hand is relaxed to a continuous range or not. This suffix can take on two values:
0This variable is not relaxed and its restriction to take on only integral values is passed on to the solver.
1This variable is relaxed to the continuous range directly encompassing its original integral range.
Datatype
The value of the
.Relaxsuffix is an integer in the range \(\{ 0, 1 \}\) and the default is 0.
Dimension
The
.Relaxsuffix has the same dimension and domain as that of the constraint or variable at hand.
Note
See also Variable Declaration and Attributes of the Language Reference.