IRowVariableModel.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 index should be respected or ignored during a solve process.

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

Syntax

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

Parameters

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

Remarks

By default, bounds are respected.

.NET Framework Security

See Also

Reference

IRowVariableModel Interface

Microsoft.SolverFoundation.Services Namespace