Creates an ColumnArray suitable for adding new variables to constraint rng as linear terms with coefficients specified in val.

Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
ColumnArray ColumnArray(
	IRange rng,
	double[] val
)
Visual Basic
Function ColumnArray ( _
	rng As IRange, _
	val As Double() _
) As ColumnArray

Parameters

rng
Type: ILOG.Concert..::..IRange
The range constraint for which to create the column array term.
val
Type: array<System..::..Double>[]()[][]
The linear coefficient the ColumnArray will use for adding new variables to rng.

Return Value

The new ColumnArray object.

See Also