RowVariableModel.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
Public Overridable Sub SetUpperBound ( _
    vid As Integer, _
    upper As Rational _
)
public virtual void SetUpperBound(
    int vid,
    Rational upper
)
public:
virtual void SetUpperBound(
    int vid, 
    Rational upper
)
abstract SetUpperBound : 
        vid:int * 
        upper:Rational -> unit 
override SetUpperBound : 
        vid:int * 
        upper:Rational -> unit 
public function SetUpperBound(
    vid : int, 
    upper : Rational
)

Parameters

Implements

IRowVariableModel.SetUpperBound(Int32, Rational)

.NET Framework Security

See Also

Reference

RowVariableModel Class

Microsoft.SolverFoundation.Services Namespace