RowVariableModel.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.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Overridable Sub SetLowerBound ( _
    vid As Integer, _
    lower As Rational _
)
public virtual void SetLowerBound(
    int vid,
    Rational lower
)
public:
virtual void SetLowerBound(
    int vid, 
    Rational lower
)
abstract SetLowerBound : 
        vid:int * 
        lower:Rational -> unit 
override SetLowerBound : 
        vid:int * 
        lower:Rational -> unit 
public function SetLowerBound(
    vid : int, 
    lower : Rational
)

Parameters

Implements

IRowVariableModel.SetLowerBound(Int32, Rational)

.NET Framework Security

See Also

Reference

RowVariableModel Class

Microsoft.SolverFoundation.Services Namespace