Creates an IColumn object suitable for adding a new variable to constraint rng as a linear term with coefficient val.

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

Syntax

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

Parameters

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

Return Value

The new IColumn object.

See Also