If you like this site, I would appreciate a gift from my wishlist.
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/X11 licence.
Download
- kakurasu_solver-0.2.0.tar.gz - requires python-lp_solve to run.
- kakurasu_solver-0.2.0.tar.gz - Locally mirrored copy.
Project Links
- BitBucket Page - 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 solver is original work and is subject to the terms of the MIT/X11 licence, which is a Public Domain-like open-source licence.