SecondOrderConicModel.SetCoefficient Method (Int32, Int32, Rational)
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the coefficient of the A matrix in a model.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Parameters
- vidRow
- Type: System.Int32
A row identifier.
- vidVar
- Type: System.Int32
A column or variable identifier.
- num
- Type: Microsoft.SolverFoundation.Common.Rational
The value.
Implements
ILinearModel.SetCoefficient(Int32, Int32, Rational)ILinearModel.SetCoefficient(Int32, Int32, Rational)
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.