upper objective stop

Decides whether to abort the optimization process as soon as a solution of value greater than or equal to the specified value is found.

Purpose

Sets an upper objective stop

API Parameter Name
C CPXPARAM_MIP_Limits_UpperObjStop
C++ IloCplex::Param::MIP::Limits::UpperObjStop
Java IloCplex.Param.MIP.Limits.UpperObjStop
.NET Cplex.Param.MIP.Limits.UpperObjStop
OPL upperobjstop
Python parameters.mip.limits.upperobjstop
Interactive mip limits upperobjstop
Identifier 2234

Description

In a maximization MILP or MIQP, the solver will abort the optimization process as soon it finds a solution of value greater than or equal to the specified value for the parameter upper objective stop. It is ignored if the problem is multiobjective.

Values

The value can be any number. The default value is 1E+75.