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