ILOG CPLEX .NET Reference Manual

IMPModeler.Column Method (IObjective, Double)

Creates an Column object suitable for adding a new variable to the objective obj as a linear term with coefficient val.

Column Column(
   IObjective obj,
   double val
);

Parameters

obj
The objective for which to create the column term.
val
The linear coefficient the new Column will use for adding a new variable to obj.

Return Value

The new Column object.

See Also

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