ILOG CPLEX .NET Reference Manual

IMPModeler.ColumnArray Method (IObjective, Double[])

Creates an ColumnArray object suitable for adding new variables to the objective obj as linear terms with coefficients specified in val.

ColumnArray ColumnArray(
   IObjective obj,
   double[] val
);

Parameters

obj
The objective for which to create the column array term.
val
The linear coefficients the ColumnArray will use for adding new variables to obj.

Return Value

The new ColumnArray object.

See Also

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