HybridLocalSearchModel.AddConstant Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Adds a constant to the model. Constants are considered rows.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function AddConstant ( _
value As Rational, _
<OutAttribute> ByRef vid As Integer _
) As Boolean
public bool AddConstant(
Rational value,
out int vid
)
public:
virtual bool AddConstant(
Rational value,
[OutAttribute] int% vid
) sealed
abstract AddConstant :
value:Rational *
vid:int byref -> bool
override AddConstant :
value:Rational *
vid:int byref -> bool
public final function AddConstant(
value : Rational,
vid : int
) : boolean
Parameters
- value
Type: Microsoft.SolverFoundation.Common.Rational
- vid
Type: System.Int32%
Return Value
Type: System.Boolean
Implements
ITermModel.AddConstant(Rational, Int32%)
.NET Framework Security
- 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.