Returns the solution vector for the columns of an LP matrix.

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

Syntax

C#
public virtual double[] GetValues(
	ILPMatrix matrix,
	int soln
)

Parameters

matrix
Type: ILPMatrix
soln
Type: System..::..Int32

Return Value

The solution vector for columns of an LP matrix. If x is the array returned by this method, x[j] will be the solution value for the variable corresponding to column j of matrix.

See Also