UnconstrainedNonlinearModel.IRowVariableModel.GetIgnoreBounds Method

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

Gets the flag that specifies whether bounds are ignored

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

Syntax

'Declaration
Private Function GetIgnoreBounds ( _
    vid As Integer _
) As Boolean Implements IRowVariableModel.GetIgnoreBounds
bool IRowVariableModel.GetIgnoreBounds(
    int vid
)
private:
virtual bool GetIgnoreBounds(
    int vid
) sealed = IRowVariableModel::GetIgnoreBounds
private abstract GetIgnoreBounds : 
        vid:int -> bool 
private override GetIgnoreBounds : 
        vid:int -> bool 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean
true if bounds are ignored, otherwise false

Implements

IRowVariableModel.GetIgnoreBounds(Int32)

Exceptions

Exception Condition
NotSupportedException

Not supported by unconstrained solvers

Remarks

Not supported by unconstrained solvers

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace