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

Return Value

Type: System.Boolean
True if the constraint is successfully removed

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace