just another solver?

Programs which generate, solve, and analyze Sudoku puzzles

just another solver?

Postby kyriako » Tue Jun 10, 2008 7:31 pm

Hello Sudoku Friends,

during the last year, I have been programming my own solver.
It is comparable with "Simple Sudoku", however with a different
approach: instead of a single hint, my solver shows (almost)all possible
steps.
For generating and printing I have written a separate tool, the
"Sudoku-Organizer". It works with the same solving machine as the
solver. A special feature is the avaluation und display of the
necessary strategies for the solution of each Sudoku.
Free download(including source code):
http://home.arcor.de/guentermeinel

Have fun!
Guenter(Kyriakos).
Last edited by kyriako on Wed Apr 22, 2009 5:26 pm, edited 1 time in total.
kyriako
 
Posts: 4
Joined: 10 June 2008

not just another solver?

Postby kyriako » Sat Jun 21, 2008 7:32 pm

Hello Sudoku Friends,

I have now implemented Nice Loops.

Kyriakos.
kyriako
 
Posts: 4
Joined: 10 June 2008

Sudoku Symmetry

Postby kyriako » Tue Jul 15, 2008 5:44 pm

Hello, Sudoku Friends,

I have now equipped the generator with the options of symmetry and templates.
Please observe my new site:
http://home.arcor.de/guentermeinel

Regards,
Kyriakos.
kyriako
 
Posts: 4
Joined: 10 June 2008

Postby Mats Anderbok » Fri Aug 01, 2008 5:43 am

A good solver with enough methods implemented to be interesting. I like the way you can type with digits and spacebar, which is almost the same as in my own java solver. The save/load with both files and clipboard is also excellent. The only thing missing is a printout of the solving steps used.

Gute Arbeit!
Mats Anderbok
 
Posts: 3
Joined: 30 July 2008


Return to Software