View previous topic :: View next topic |
Author |
Message |
| kyriako
| Joined: 12 Jun 2008 | Posts: 16 | : | Location: Germany | Items |
|
Posted: Sat Jun 21, 2008 7:04 pm Post subject: Fast Solver + Generator now including Nice Loops |
|
|
Hello Sudoku Friends,
during the last year I have been programming my own solver, "Kyriako's Sudoku Solver".
Unlike most other solvers, it shows (almost)all possible steps at a time, instead of a single hint.
For generating and printing I have written a separate tool, the
"Sudoku-Organizer". It works with the same solving engine as the
solver. It includes a filter with which you can determine which strategies have to be included or excluded in a generated Sudoku.
Version: 3.20
OS: Windows
Language: C++ (Borland C++ Builder 3.0)
The source code is included.
The solving- as well as the generating kernels are packed in separate classes which can easily be combined with your own user interface and different compilers.
Free download:
http://home.arcor.de/guentermeinel
Have fun!
Guenter(Kyriakos).
Last edited by kyriako on Sat Mar 21, 2009 5:22 pm; edited 1 time in total |
|
Back to top |
|
|
| wapati
| Joined: 12 Jun 2007 | Posts: 622 | : | Location: Canada | Items |
|
Posted: Mon Jun 23, 2008 6:46 am Post subject: |
|
|
I don't want, or use, a generator that is not symmetry required.
Aside from that, well done! |
|
Back to top |
|
|
| kyriako
| Joined: 12 Jun 2008 | Posts: 16 | : | Location: Germany | Items |
|
Posted: Tue Jul 15, 2008 6:41 pm Post subject: Sudoku Symmetry |
|
|
Hello, Sudoku Friends,
for the aesthetes among us, 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. |
|
Back to top |
|
|
|