NelderMeadSolver.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 Overrides Sub SetLowerBound ( _
    vid As Integer, _
    numLo As Rational _
)
public override void SetLowerBound(
    int vid,
    Rational numLo
)
public:
virtual void SetLowerBound(
    int vid, 
    Rational numLo
) override
abstract SetLowerBound : 
        vid:int * 
        numLo:Rational -> unit 
override SetLowerBound : 
        vid:int * 
        numLo:Rational -> unit 
public override function SetLowerBound(
    vid : int, 
    numLo : Rational
)

Parameters

Implements

IRowVariableModel.SetLowerBound(Int32, Rational)
IRowVariableModel.SetLowerBound(Int32, Rational)

Exceptions

Exception Condition
NotSupportedException

Not supported for goal rows.

ArgumentException

Thrown if upper and lower bounds are incompatible.

Remarks

Not supported by unconstrained solvers.

.NET Framework Security

See Also

Reference

NelderMeadSolver Class

Microsoft.SolverFoundation.Solvers Namespace