Applying cutoff values
Describes conditions in which CPLEX applies a cutoff value.
CPLEX cuts off nodes when the value of the objective function associated with the subproblem at that node is worse than the cutoff value.
You set the cutoff value by means of the CutUp parameter
(for a minimization problem) or the CutLo parameter
(for a maximization problem), to indicate to CPLEX that integer feasible
solutions worse than this cutoff value should be discarded. The default
value of the lower cutoff is -1e+75;
the default value of the upper cutoff is 1e+75.
The defaults, in effect, mean that no cutoff is to be supplied. You
can supply any number that you find appropriate for your problem.
It is never required that you supply a cutoff, and in fact for most
applications is it not done.