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 BlockCages #18

Closed jeremydover closed 2 years ago

jeremydover commented 2 years ago

BlockCage is a cage with a list of values that cannot appear in the cage. See https://www.youtube.com/watch?v=LHNrDkohk-0 for test.

jeremydover commented 2 years ago

Implemented in 9/14 push