Overload List

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

See Also