HybridLocalSearchModel.RemoveConstraint Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Removes a Boolean term from the set of constraints
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function RemoveConstraint ( _
vid As Integer _
) As Boolean
public bool RemoveConstraint(
int vid
)
public:
bool RemoveConstraint(
int vid
)
member RemoveConstraint :
vid:int -> bool
public function RemoveConstraint(
vid : int
) : boolean
Parameters
- vid
Type: System.Int32
The id of the term.
Return Value
Type: System.Boolean
True if the constraint is successfully removed
.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.