lower objective value limit

Sets a lower limit on the value of the objective function in the simplex algorithms.

Purpose

Lower objective value limit

API Parameter Name Name prior to V12.6.0
C CPXPARAM_Simplex_Limits_LowerObj CPX_PARAM_OBJLLIM
C++ IloCplex::Param::Simplex::Limits::LowerObj ObjLLim (double)
Java IloCplex.Param.Simplex.Limits.LowerObj ObjLLim (double)
.NET Cplex.Param.Simplex.Limits.LowerObj ObjLLim (double)
OPL objllim objllim
Python parameters.simplex.limits.lowerobj simplex.limits.lowerobj
Interactive simplex limits lowerobj simplex limits lowerobj
Identifier 1025 1025

Description

Sets a lower limit on the value of the objective function in the simplex algorithms. Setting a lower objective function limit causes CPLEX to halt the optimization process when the minimum objective function value limit has been reached. This limit applies only during Phase II of the simplex algorithm in minimization problems.

Tip:

This parameter is not effective with the conflict refiner nor with FeasOpt. That is, neither of those tools can analyze an infeasibility introduced by this parameter. If you want to analyze such a condition, add an explicit objective constraint, such as obj >= c, to your model instead before you invoke either of those tools.

Values

Any number; default: -1e+75.