RowVariableModel.SetIgnoreBounds Method
Solver Foundation 3.0
[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)
Parameters
- vid
- Type: System.Int32
The variable index.
- ignore
- Type: System.Boolean
true to ignore the bounds; false to respect the bounds.
Implements
IRowVariableModel.SetIgnoreBounds(Int32, Boolean)- 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.