ILinearModel.GetSpecialOrderedSetTypeRowIndexes Method

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

Returns a list of rows for a special ordered set.

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

Syntax

'Declaration
Function GetSpecialOrderedSetTypeRowIndexes ( _
    sosType As SpecialOrderedSetType _
) As IEnumerable(Of Integer)
IEnumerable<int> GetSpecialOrderedSetTypeRowIndexes(
    SpecialOrderedSetType sosType
)
IEnumerable<int>^ GetSpecialOrderedSetTypeRowIndexes(
    SpecialOrderedSetType sosType
)
abstract GetSpecialOrderedSetTypeRowIndexes : 
        sosType:SpecialOrderedSetType -> IEnumerable<int> 
function GetSpecialOrderedSetTypeRowIndexes(
    sosType : SpecialOrderedSetType
) : IEnumerable<int>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<Int32>
A list of rows for the special ordered set.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace