HybridLocalSearchModel.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.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Private Sub SetIgnoreBounds ( _
vid As Integer, _
fIgnore As Boolean _
) Implements IRowVariableModel.SetIgnoreBounds
void IRowVariableModel.SetIgnoreBounds(
int vid,
bool fIgnore
)
private:
virtual void SetIgnoreBounds(
int vid,
bool fIgnore
) sealed = IRowVariableModel::SetIgnoreBounds
private abstract SetIgnoreBounds :
vid:int *
fIgnore:bool -> unit
private override SetIgnoreBounds :
vid:int *
fIgnore:bool -> unit
JScript does not support explicit interface implementations.
Parameters
- vid
Type: System.Int32
The variable index.
- fIgnore
Type: System.Boolean
true to ignore the bounds; false to respect the bounds.
Implements
IRowVariableModel.SetIgnoreBounds(Int32, Boolean)
.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.