RowVariableModel.SetIgnoreBounds Method

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

Specifies whether the bounds of a variable should be respected or ignored during a solve attempt.

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

Syntax

'Declaration
Public Overridable Sub SetIgnoreBounds ( _
    vid As Integer, _
    ignore As Boolean _
)
public virtual void SetIgnoreBounds(
    int vid,
    bool ignore
)
public:
virtual void SetIgnoreBounds(
    int vid, 
    bool ignore
)
abstract SetIgnoreBounds : 
        vid:int * 
        ignore:bool -> unit 
override SetIgnoreBounds : 
        vid:int * 
        ignore:bool -> unit 
public function SetIgnoreBounds(
    vid : int, 
    ignore : boolean
)

Parameters

  • ignore
    Type: System.Boolean
    true to ignore the bounds; false to respect the bounds.

Implements

IRowVariableModel.SetIgnoreBounds(Int32, Boolean)

Remarks

By default, bounds are respected.

.NET Framework Security

See Also

Reference

RowVariableModel Class

Microsoft.SolverFoundation.Services Namespace