Posts Tagged ‘logics’
Sudoku solving with Python and SAT
At Logic class last week we saw how to solve a Sudoku using SAT and for fun I decided to actually try this out using Python. It turned out to be pretty trivial to implement and I thought I’d share the experience. First of all let’s see how the Sudoku problem was described at class: […]