HybridLocalSearchModel.IsOperation Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Tests if a vid is an operation (not a variable or constant).

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function IsOperation ( _
    vid As Integer _
) As Boolean
public bool IsOperation(
    int vid
)
public:
virtual bool IsOperation(
    int vid
) sealed
abstract IsOperation : 
        vid:int -> bool 
override IsOperation : 
        vid:int -> bool 
public final function IsOperation(
    vid : int
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the vid is an operation; otherwise false.

Implements

ITermModel.IsOperation(Int32)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace