.RelaxationOnly
Definition
The constraint suffix
.RelaxationOnlyis an indicator to the solverBaronthat this constraint should be included as a relaxation to the branch-and-bound algorithm, while it should be excluded from the local search.
Datatype
The value of the
.RelaxationOnlysuffix is an integer in the range {0,1} and the default is 0.
Dimension
The
.RelaxationOnlysuffix has the same dimension and domain as that of the constraint at hand.
Note
See also Constraint Suffices for Global Optimization of the Language Reference.