This property gives the best bound on the objective found during the solve of an optimization problem.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public virtual double ObjBound { get; }

Remarks

For a minimization model, there does not exist a solution whose objective value is less than this bound. For a maximization model, there does not exist a solution whose objective value is greater than this bound. When solving a problem with more than one criterion, then only the bound on the first criterion is returned. In this case, please use GetObjBounds()()()() to obtain full information.

See Also