Click or drag to resize
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: DlxLib
Assembly: DlxLib (in DlxLib.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IEnumerable<int> RowIndexes { get; }

Property Value

Type: IEnumerableInt32
See Also