dclamage / SudokuSolver

GNU General Public License v3.0
50 stars 24 forks source link

Entropic Lines: Fix issue with conflict detection #97

Closed mosswg closed 2 years ago

mosswg commented 2 years ago

Previously the array lineGroupIndices was being indexed with a line index rather than a group. This caused the conflict detection to get confused an mark things wrong that are perfectly legal.

Fixes issue #96