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