ILOG CPLEX .NET Reference Manual

IMPModeler.SetLinearCoef Method

Sets linear coefficient for variable var to val in the expression of the specified IObjective object.

Overload List

Sets linear coefficient for variable var to val in the expression of the specified IObjective object.

void SetLinearCoef(IObjective,INumVar,double);

Sets linear coefficient for variable var to val in the expression of the specified IObjective object.

void SetLinearCoef(IObjective,double,INumVar);

Sets linear coefficient for variable var to val in the expression of the specified IRange object.

void SetLinearCoef(IRange,INumVar,double);

Sets linear coefficient for variable var to val in the expression of the specified IRange object.

void SetLinearCoef(IRange,double,INumVar);

See Also

IMPModeler Interface | ILOG.Concert Namespace