ILinearModel.SetUpperBound Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sets the upper bound of a variable.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Sub SetUpperBound ( _
    vid As Integer, _
    numHi As Rational _
)
void SetUpperBound(
    int vid,
    Rational numHi
)
void SetUpperBound(
    int vid, 
    Rational numHi
)
abstract SetUpperBound : 
        vid:int * 
        numHi:Rational -> unit 
function SetUpperBound(
    vid : int, 
    numHi : Rational
)

Parameters

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace