LinearModel.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
Public Overridable Function GetSpecialOrderedSetTypeRowIndexes ( _
sosType As SpecialOrderedSetType _
) As IEnumerable(Of Integer)
public virtual IEnumerable<int> GetSpecialOrderedSetTypeRowIndexes(
SpecialOrderedSetType sosType
)
public:
virtual IEnumerable<int>^ GetSpecialOrderedSetTypeRowIndexes(
SpecialOrderedSetType sosType
)
abstract GetSpecialOrderedSetTypeRowIndexes :
sosType:SpecialOrderedSetType -> IEnumerable<int>
override GetSpecialOrderedSetTypeRowIndexes :
sosType:SpecialOrderedSetType -> IEnumerable<int>
public function GetSpecialOrderedSetTypeRowIndexes(
sosType : SpecialOrderedSetType
) : IEnumerable<int>
Parameters
- sosType
Type: Microsoft.SolverFoundation.Services.SpecialOrderedSetType
Defines whether a special ordered set is of type one or type two.
Return Value
Type: System.Collections.Generic.IEnumerable<Int32>
A list of rows for a special ordered set.
Implements
ILinearModel.GetSpecialOrderedSetTypeRowIndexes(SpecialOrderedSetType)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.