This method returns a bound on the optimal solution value of the active problem at the moment the callback is called.

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

Syntax

C#
protected internal 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