SolutionRowIndexes Property |
The indexes of the set of rows, in the original matrix, that constitute the solution.
The indexes are always sorted in ascending order.
Namespace: DlxLibAssembly: DlxLib (in DlxLib.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic IEnumerable<int> RowIndexes { get; }
Public ReadOnly Property RowIndexes As IEnumerable(Of Integer)
Get
public:
property IEnumerable<int>^ RowIndexes {
IEnumerable<int>^ get ();
}
member RowIndexes : IEnumerable<int> with get
Property Value
Type:
IEnumerableInt32
See Also