Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 303 Bytes

Sudoku Solver using pycosat

Requirements

pip2 install pycosat

Usage

The method example_sudoku() solves a default Sudoku. If you want to solve a Killer Sudoku, given only sums and not numbers, example_killer_sudoku() is what you want.