HybridLocalSearchModel.IRowVariableModel.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.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Private Sub SetUpperBound ( _
    vid As Integer, _
    numHi As Rational _
) Implements IRowVariableModel.SetUpperBound
void IRowVariableModel.SetUpperBound(
    int vid,
    Rational numHi
)
private:
virtual void SetUpperBound(
    int vid, 
    Rational numHi
) sealed = IRowVariableModel::SetUpperBound
private abstract SetUpperBound : 
        vid:int * 
        numHi:Rational -> unit 
private override SetUpperBound : 
        vid:int * 
        numHi:Rational -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IRowVariableModel.SetUpperBound(Int32, Rational)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace