Returns a bound on the optimal solution value of the active problem.

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

Syntax

C#
protected virtual double GetBestObjValue()

Return Value

A bound on the optimal solution value.

Exceptions

ExceptionCondition
ILOG.Concert..::..IloExceptionIf the method fails, an exception of type IloException, or one of its derived classes, is thrown.

See Also