ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Absolute objective difference cutoff

C Name

CPX_PARAM_OBJDIF

C++ Name

ObjDif

Java Name

ObjDif

.NET Name

ObjDif

InteractiveOptimizer

mip tolerances objdifference

Identifier

2019

Description

Used to update the cutoff each time a mixed integer solution is found. This absolute value is subtracted from (added to) the newly found integer objective value when minimizing (maximizing). This forces the mixed integer optimization to ignore integer solutions that are not at least this amount better than the best one found so far.

The objective difference parameter can be adjusted to improve problem solving efficiency by limiting the number of nodes; however, setting this parameter at a value other than zero (the default) can cause some integer solutions, including the true integer optimum, to be missed.

Negative values for this parameter can result in some integer solutions that are worse than or the same as those previously generated, but does not necessarily result in the generation of all possible integer solutions.

Values

Any number; default: 0.0.

See Also

CPX_PARAM_RELOBJDIF, RelObjDif