Overload List
| Name | Description | |
|---|---|---|
| SetQuadCoef(IObjective, INumVar, INumVar, Double) |
Sets quadratic coefficient for variable var1*var2 to val
in the expression of the specified IObjective object.
| |
| SetQuadCoef(IObjective, Double, INumVar, INumVar) |
Sets quadratic coefficient for variable var1*var2
to val
in the expression of the specified IObjective object.
|