Overload List
| Name | Description | |
|---|---|---|
|
|
SetLinearCoefs(IObjective, array<INumVar>[]()[][], array<Double>[]()[][]) |
Sets linear coefficients for variables in the expression of the specified
IObjective object.
|
|
|
SetLinearCoefs(IObjective, array<Double>[]()[][], array<INumVar>[]()[][]) |
Sets linear coefficients for variables in the expression of the specified
IObjective object.
|
|
|
SetLinearCoefs(IRange, array<INumVar>[]()[][], array<Double>[]()[][]) |
Sets linear coefficients for variables in the expression of the specified
IRange object.
|
|
|
SetLinearCoefs(IRange, array<Double>[]()[][], array<INumVar>[]()[][]) |
Sets linear coefficients for variables in the expression of the specified
IRange object.
|
|
|
SetLinearCoefs(IObjective, array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32) |
Sets linear coefficients for variables in the expression of the specified
IObjective object.
|
|
|
SetLinearCoefs(IObjective, array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32) |
Sets linear coefficients for variables in the expression of the specified
IObjective object.
|
|
|
SetLinearCoefs(IRange, array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32) |
Sets linear coefficients for variables in the expression of the specified
IRange object.
|
|
|
SetLinearCoefs(IRange, array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32) |
Sets linear coefficients for variables in the expression of the specified
IRange object.
|