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
- vid
Type: System.Int32
The variable index.
- ignore
Type: System.Boolean
true to ignore the bounds; false to respect the bounds.
Remarks
By default, bounds are respected.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.