HybridLocalSearchModel.AddVariable Method (Int32%, IEnumerable<Rational>)

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

Adds a variable to the model, with a fixed set of possible values.

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

Syntax

'Declaration
Public Function AddVariable ( _
    <OutAttribute> ByRef vid As Integer, _
    possibleValues As IEnumerable(Of Rational) _
) As Boolean
public bool AddVariable(
    out int vid,
    IEnumerable<Rational> possibleValues
)
public:
bool AddVariable(
    [OutAttribute] int% vid, 
    IEnumerable<Rational>^ possibleValues
)
member AddVariable : 
        vid:int byref * 
        possibleValues:IEnumerable<Rational> -> bool 
public function AddVariable(
    vid : int, 
    possibleValues : IEnumerable<Rational>
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

AddVariable Overload

Microsoft.SolverFoundation.Solvers Namespace