Lower limit on the objective before triggering the end of a minimization MIP.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public static readonly Cplex..::..DoubleParam LowerObjStop
Visual Basic
Public Shared ReadOnly LowerObjStop As Cplex..::..DoubleParam

Remarks

See CPXPARAM_MIP_Limits_LowerObjStop in the C API for further information.

See Also