UnconstrainedNonlinearModel.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 for a vid.

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

Syntax

'Declaration
Public Overridable Sub SetLowerBound ( _
    vid As Integer, _
    numLo As Rational _
)
public virtual void SetLowerBound(
    int vid,
    Rational numLo
)
public:
virtual void SetLowerBound(
    int vid, 
    Rational numLo
)
abstract SetLowerBound : 
        vid:int * 
        numLo:Rational -> unit 
override SetLowerBound : 
        vid:int * 
        numLo:Rational -> unit 
public function SetLowerBound(
    vid : int, 
    numLo : Rational
)

Parameters

Implements

IRowVariableModel.SetLowerBound(Int32, Rational)

Exceptions

Exception Condition
NotSupportedException

Not supported by unconstrained solvers.

ArgumentException

Thrown if upper and lower bounds are incompatible.

Remarks

Not supported by unconstrained solvers.

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace