ILinearModel.SetIgnoreBounds Method

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

Sets a value that specifies whether to ignore or respect the bounds of a variable during a solve process.

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

Syntax

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

Parameters

  • fIgnore
    Type: System.Boolean
    true to ignore bounds; otherwise, false. The default is false.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace