This topic has not yet been rated - Rate this topic

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)
public override void SetCoefficient(
	int vidRow,
	int vidVar,
	Rational num
)

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)

If num is zero, the entry is removed.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.