lower objective stop

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

Purpose

Sets a lower objective stop

API Parameter Name
C CPXPARAM_MIP_Limits_LowerObjStop
C++ IloCplex::Param::MIP::Limits::LowerObjStop
Java IloCplex.Param.MIP.Limits.LowerObjStop
.NET Cplex.Param.MIP.Limits.LowerObjStop
OPL lowerobjstop
Python parameters.mip.limits.lowerobjstop
Interactive mip limits lowerobjstop
Identifier 2233

Description

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

Values

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