LinearModel.SetCoefficient Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the coefficient of a matrix.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetCoefficient(Int32, Int32, Rational) | Sets the coefficient of the A matrix in a linear model. | |
SetCoefficient(Int32, Rational, Int32, Int32) | Sets the coefficient of the Q matrix on the objective row. |
Top