ILOG CPLEX .NET Reference Manual

IMPModeler.ColumnArray Method (IRange, Double[])

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

ColumnArray ColumnArray(
   IRange rng,
   double[] val
);

Parameters

rng
The range constraint for which to create the column array term.
val
The linear coefficient the ColumnArray will use for adding new variables to rng.

Return Value

The new ColumnArray object.

See Also

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