Kakurasu Solver
This is a solver for Kakurasu, written in Python using its interface to lp_solve, an open-source mixed-integer linear programming solver. It is also open-source, and can be freely re-used under the terms of the MIT/Expat licence.
Download
Project Links
- GitHub project - contains the Mercurial repository with the history of the source code, a web-interface to it, an issue tracker and some downloads.
Similar Projects
- Search for Sudoku Solvers (there are a lot of them).
- Simon Tatham’s Portable Puzzle Collection - contains generators and solvers for many puzzles.
Licence
The Kakurasu Solver is free and open-source software (FOSS) distributed under the MIT/Expat License, a permissive software licence.