ILinearModel.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
Sub SetLowerBound ( _
    vid As Integer, _
    numLo As Rational _
)
void SetLowerBound(
    int vid,
    Rational numLo
)
void SetLowerBound(
    int vid, 
    Rational numLo
)
abstract SetLowerBound : 
        vid:int * 
        numLo:Rational -> unit 
function SetLowerBound(
    vid : int, 
    numLo : Rational
)

Parameters

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace