Returns the mean objective value of the solution pool.

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

Syntax

C#
public virtual double GetSolnPoolMeanObjValue()
Visual Basic
Public Overridable Function GetSolnPoolMeanObjValue As Double

Return Value

The mean objective value of the solution pool.

Remarks

ILOG.Concert.Exception If the method fails, an exception of type ILOG.Concert.Exception, or one of its derived classes, is thrown.

See Also