Overload List

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

See Also