HybridLocalSearchModel.IRowVariableModel.SetBounds Method

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

Sets the bounds for a variable.

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

Syntax

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

Parameters

Implements

IRowVariableModel.SetBounds(Int32, Rational, Rational)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace