Description: Kaiketsu is a simple sudoku solver. You only have to insert a scheme and press the solve button. This is version 0.5. Cedric LeGloannec improved the speed and now it is possible to find all the solutions of a scheme and save them into a file.
I noticed your solver solves sudokus even when the solution is non-unique, ie when you have many possible solution. Why is this? I give it that when sudoku is well defined (when there's only one possible solution) the solver is pretty straight forward to implement (and therefore non-challenging ;)).
Perhaps you could add a feature that finds all the possible solutions. Like a button that gives the next solution. Now when I solve an empty sudoku it gives always just the same solution.
Otherwise great job! :)
i also wrote a result to this problem a couple of weeks ago (inspired by a newspaper which includes this game).
one problem in your and mine program: they are slow and don't catches wrong input, but i'm working on a much better algorithm. stay tuned!
Ratings & Comments
5 Comments
A Slackware 10.2 TGZ Package is ready to download!!! http://www.slacky.it http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&filecatid=669&parent=category
I noticed your solver solves sudokus even when the solution is non-unique, ie when you have many possible solution. Why is this? I give it that when sudoku is well defined (when there's only one possible solution) the solver is pretty straight forward to implement (and therefore non-challenging ;)). Perhaps you could add a feature that finds all the possible solutions. Like a button that gives the next solution. Now when I solve an empty sudoku it gives always just the same solution. Otherwise great job! :)
i also wrote a result to this problem a couple of weeks ago (inspired by a newspaper which includes this game). one problem in your and mine program: they are slow and don't catches wrong input, but i'm working on a much better algorithm. stay tuned!
i think it is more fun solving it on your own =)
Hey!where si the game!?!?!:-D