CompactQuasiNewtonModel.IRowVariableModel.SetLowerBound Method

Sets the lower bound of a variable.

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

Syntax

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

Parameters

Implements

IRowVariableModel.SetLowerBound(Int32, Rational)

Exceptions

Exception Condition
NotSupportedException

This member is not supported by the compact quasi-Newton (CQN) solver.

Remarks

The method is called by the compact quasi-Newton (CQN) solver, which does not support it.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonModel Class

Microsoft.SolverFoundation.Solvers Namespace