Ziad's Automagical Sudoku Solver
Ass (Automagical Sudoku Solver) is my own little attempt to solve Sudoku puzzles using a computer. It can solve rather tough puzzles, but not all of them.
Download
src/ The Automagical Sudoku Solver source files and tarball
old/ Old versions of ass
puzzles/ Some example puzzles
Installation
The source code should compile flawlessly using the make utility.
Then, simply run "ass < foo", where foo is a sudoku puzzle in text format like the ones in the
puzzles/ directory.
Arguments:
-s show progress using an ncurses interface
-v show version number
-d [2-4] show debug info (4 is highest level)
Have fun!
Ziad van Beek.
40thousand.com