UnconstrainedNonlinearModel.IRowVariableModel.SetIgnoreBounds Method

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

Adjusts whether the bounds of a vid should be respected or ignored during solving. By default, bounds are respected.

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

Syntax

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

Parameters

Implements

IRowVariableModel.SetIgnoreBounds(Int32, Boolean)

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