Creates an IColumnArray suitable for adding num new variables to constraint IRange as linear terms with coefficients specified in val.

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

Syntax

C#
IColumnArray ColumnArray(
	IRange rng,
	double[] val,
	int start,
	int num
)

Parameters

rng
Type: ILOG.Concert..::..IRange
val
Type: array<System..::..Double>[]()[][]
start
Type: System..::..Int32
num
Type: System..::..Int32

Return Value

The new IColumnArray object.

See Also