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

Implements

IRowVariableModel.SetLowerBound(Int32, Rational)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace