upper objective value limit

Sets an upper limit on the value of the objective function in the simplex algorithms.

Purpose

Upper objective value limit

API Parameter Name Name prior to V12.6.0
C CPXPARAM_Simplex_Limits_UpperObj CPX_PARAM_OBJULIM
C++ IloCplex::Param::Simplex::Limits::UpperObj ObjULim (double)
Java IloCplex.Param.Simplex.Limits.UpperObj ObjULim (double)
.NET Cplex.Param.Simplex.Limits.UpperObj ObjULim (double)
OPL objulim
Python parameters.simplex.limits.upperobj simplex.limits.upperobj
MATLAB Cplex.Param.simplex.limits.upperobj simplex.limits.upperobj
Interactive simplex limits upperobj simplex limits upperobj
Identifier 1026 1026

Description

Sets an upper limit on the value of the objective function in the simplex algorithms. Setting an upper objective function limit causes CPLEX to halt the optimization process when the maximum objective function value limit has been reached. This limit applies only during Phase II of the simplex algorithm in maximization 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.