Overload List

  Name Description
Public method SetLinearCoef(IObjective, INumVar, Double)
Sets linear coefficient for variable var to val in the expression of the specified IObjective object.
Public method SetLinearCoef(IObjective, Double, INumVar)
Sets linear coefficient for variable var to val in the expression of the specified IObjective object.
Public method SetLinearCoef(IRange, INumVar, Double)
Sets linear coefficient for variable var to val in the expression of the specified IRange object.
Public method SetLinearCoef(IRange, Double, INumVar)
Sets linear coefficient for variable var to val in the expression of the specified IRange object.

See Also