HybridLocalSearchModel.AddOperation Method (TermModelOperation, Int32%, Int32, Int32, Int32)

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

Adds an operation row to the model.

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

Syntax

'Declaration
Public Function AddOperation ( _
    op As TermModelOperation, _
    <OutAttribute> ByRef vidOp As Integer, _
    vid1 As Integer, _
    vid2 As Integer, _
    vid3 As Integer _
) As Boolean
public bool AddOperation(
    TermModelOperation op,
    out int vidOp,
    int vid1,
    int vid2,
    int vid3
)
public:
virtual bool AddOperation(
    TermModelOperation op, 
    [OutAttribute] int% vidOp, 
    int vid1, 
    int vid2, 
    int vid3
) sealed
abstract AddOperation : 
        op:TermModelOperation * 
        vidOp:int byref * 
        vid1:int * 
        vid2:int * 
        vid3:int -> bool 
override AddOperation : 
        op:TermModelOperation * 
        vidOp:int byref * 
        vid1:int * 
        vid2:int * 
        vid3:int -> bool 
public final function AddOperation(
    op : TermModelOperation, 
    vidOp : int, 
    vid1 : int, 
    vid2 : int, 
    vid3 : int
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

ITermModel.AddOperation(TermModelOperation, Int32%, Int32, Int32, Int32)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

AddOperation Overload

Microsoft.SolverFoundation.Solvers Namespace