Returns solution values for an array of variables.

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

Syntax

C#
public virtual double[] GetValues(
	INumVar[] var
)

Parameters

var
Type: array<ILOG.Concert..::..INumVar>[]()[][]

Return Value

The solution values for the variables in var. If x is the array returned by this method, x[j] will be the solution value for the variable var[j].

See Also