Sets linear coefficient for variable var
to val
in the expression of the specified IObjective
object.
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);