ILOG CPLEX .NET Reference Manual

IMPModeler.Column Method (IRange, Double)

Creates an Column object suitable for adding a new variable to constraint rng as a linear term with coefficient val.

Column Column(
   IRange rng,
   double val
);

Parameters

rng
The range constraint for which to create the column term.
val
The linear coefficient the new Column will use for adding a new variable to rng.

Return Value

The new Column object.

See Also

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