ILOG CPLEX .NET Reference Manual

IMPModeler.ColumnArray Method (IRange, Double[], Int32, Int32)

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

ColumnArray ColumnArray(
   IRange rng,
   double[] val,
   int start,
   int num
);

Parameters

rng
The range constraint for which to create the column array term.
val
An array containing the linear coefficients the ColumnArray will use for adding new variables to rng.
start
The first element in val to use.
num
The number of consecutive elements in val to use.

Return Value

The new ColumnArray object.

See Also

IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.ColumnArray Overload List