HybridLocalSearchModel.IRowVariableModel.VariableIndices Property

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

Gets the variable indices for the search model.

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

Syntax

'Declaration
Private ReadOnly Property VariableIndices As IEnumerable(Of Integer)
    Implements IRowVariableModel.VariableIndices
IEnumerable<int> IRowVariableModel.VariableIndices { get; }
private:
virtual property IEnumerable<int>^ VariableIndices {
    IEnumerable<int>^ get () sealed = IRowVariableModel::VariableIndices::get;
}
private abstract VariableIndices : IEnumerable<int>
private override VariableIndices : IEnumerable<int>
JScript does not support explicit interface implementations.

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>
The variable indices for the search model.

Implements

IRowVariableModel.VariableIndices

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace