Overload List

  NameDescription
Public methodSetLinearCoef(IObjective, INumVar, Double)
Sets linear coefficient for variable var to val in the expression of the specified IObjective object.
Public methodSetLinearCoef(IObjective, Double, INumVar)
Sets linear coefficient for variable var to val in the expression of the specified IObjective object.
Public methodSetLinearCoef(IRange, INumVar, Double)
Sets linear coefficient for variable var to val in the expression of the specified IRange object.
Public methodSetLinearCoef(IRange, Double, INumVar)
Sets linear coefficient for variable var to val in the expression of the specified IRange object.

See Also