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
- vid
Type: System.Int32
The variable index.
- numLo
Type: Microsoft.SolverFoundation.Common.Rational
The lower bound.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.