InteriorPointSolver.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 row indexes for SOS1 or SOS2 types.

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

Syntax

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

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<Int32>
A list of row indexes for SOS1 or SOS2 types.

Implements

ILinearModel.GetSpecialOrderedSetTypeRowIndexes(SpecialOrderedSetType)
ILinearModel.GetSpecialOrderedSetTypeRowIndexes(SpecialOrderedSetType)

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace