Upper limit on the objective before triggering the end of a maximization MIP.

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

Syntax

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

Remarks

See CPXPARAM_MIP_Limits_UpperObjStop in the C API for further information.

See Also