Sudokut
Version 0.2.
Sudokut is a command line solver of sudoku grids. Basically you give it a sudoku string or a sudoku file as an argument and it returns all the possible solutions.
Sudokut is a script that you execute from the shell. It is written internally in Tcl (the Tool Command Language), so it should work on any platform (Unix, Mac OS X, Windows) provided a Tcl interpeter is installed (this is normally the case by default on Unix and Mac OS X).
Sudokut is fast: it takes approximately 1 second to solve a medium force sudoku; in rare cases, some very difficult ones can take up to 4-5 seconds. It uses an efficient algorithm which guarantees to find all the solutions.
The sudokut command accepts many options which implement various
features (validity check, diff, suggestions, probing, etc.). The help file
coming with the script contains a complete description of the syntax and
several examples. You can also
read the doc online <http://webperso.easyconnect.fr/bdesgraupes/DocHTML/sudokut.html>.
Sudokut is a free software. It is distributed under a BSD License: see the file License_terms in the distribution or the Open Source Initiative site. <http://www.opensource.org/licenses/bsd-license>
Please e-mail me any problem you encounter with this software: <bdesgraupes@users.sourceforge.net>
(c) Copyright: Bernard Desgraupes, 2005 All rights reserved.
Last update 2005-12-15 11:44:28
