jeremydover / ORsudoku

A Python class which allows (relatively) easy modeling of common (and some uncommon) Sudoku constraints for Google's ORTools SAT Solver.
GNU General Public License v3.0
0 stars 0 forks source link

Implement outside sudoku clues #15

Closed jeremydover closed 2 years ago

jeremydover commented 2 years ago

An outside clue gives a list of digits which must appear in the first box (region?) seen from that direction.

jeremydover commented 2 years ago

Implemented in 9/11/2022 push