Initializing help system before first use

XSLP_MIPERRORTOL_R

Description
Relative penalty error cost tolerance for MIP cut-off
Type
Double
Default value
0 (inactive)
Note
The penalty error cost test is applied at each node where there are active penalties in the solution. If XSLP_MIPERRORTOL_R is nonzero and the absolute value of the penalty costs is greater than XSLP_MIPERRORTOL_R * abs(Obj) where Obj is the value of the objective function, then the node will be declared infeasible. If XSLP_MIPERRORTOL_R is zero then no test is made and the node will not be declared infeasible on this criterion.
Affects routines
See also