HybridLocalSearchModel.IRowVariableModel.SetValue Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the value for the specified variable index.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Private Sub SetValue ( _
vid As Integer, _
num As Rational _
) Implements IRowVariableModel.SetValue
void IRowVariableModel.SetValue(
int vid,
Rational num
)
private:
virtual void SetValue(
int vid,
Rational num
) sealed = IRowVariableModel::SetValue
private abstract SetValue :
vid:int *
num:Rational -> unit
private override SetValue :
vid:int *
num:Rational -> unit
JScript does not support explicit interface implementations.
Parameters
- vid
Type: System.Int32
The variable index.
- num
Type: Microsoft.SolverFoundation.Common.Rational
The new value.
Implements
IRowVariableModel.SetValue(Int32, Rational)
.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.