This member function returns the numeric value of the objective function for the solution pool member indexed by soln. The soln argument may be omitted or given a value of -1 in order to access the current solution.

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

Syntax

C#
public double GetObjValue(
	int soln
)

Parameters

soln
Type: System..::..Int32

See Also