Re: A Sudoku solver in Tcl: version 0.2
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: A Sudoku solver in Tcl: version 0.2

From: Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Date: Tue Dec 20 2005 - 10:58:29 CET

Bernard Desgraupes <bdesgraupes@easyconnect.fr> wrote:
> Version 0.2 of Sudokut, a command line Sudoku solver written in Tcl,
> has just been released. It introduces the following features:
> * new -s option to obtain suggestions about the next step
> * new -p option to probe the sudoku using a particular technique
> * new -o option to obtain only the first solution in the case of a
> multiple solutions puzzle
> * new -n option to disable backtracking
> * more solving techniques are supported: block to row/col
> reduction, block to block reduction, naked pairs reduction, hidden
> pairs reduction, x-wing reduction.

Thanks a lot!

Oh, and there are of course some suggestions for eventual 0.3 :-)

Allow -p's option to be a (e.g. comma-separated) list
of techniques which will be used (but not the others)
Perhaps also an "inverse"-syntax: "all but ..."

Some "very verbose" flag, that will cause the grid to be shown
after each applied technique (and a very very verbose: after each
newly filled cell.)
Received on Fri Dec 23 19:02:24 2005