Sudoku Programmers Forum Index

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log inLog in          Games  Calendar

Log in to check your private messagesLog in to check your private messages   

Yet another (simple|stupid) Sudoku Solver

 
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Software
View previous topic :: View next topic  
Author Message
Moritz

Joined: 07 Oct 2006
Posts: 23
:
Location: Edinburgh, Scotland

Items
PostPosted: Sun Oct 08, 2006 10:31 am    Post subject: Yet another (simple|stupid) Sudoku Solver Reply with quote

Hi,

I want to introduce my little Sudoku Solver and Generator:
YasSS: Yet another (simple|stupid) Sudoku Solver.

It's a command line Sudoku solver and generator, special features are calculation of a canonical form, minimalisation of a given Sudoku and number of solutions.

You can play the generated Sudokus with a ncurses (eg text based) interface.

Sudokus are solved with three differnt logic based solvers and finally backtracking.

It is tested unter Linux, but should build and run under any POSIX-compliant system, e.g. most Unixes.

It is written in C++ and released under the Artistic License and the GPL (you may choose which one to use).

Project page: http://moritz.faui2k3.org/yasss (English and German).
Source Tarball: http://moritz.faui2k3.org/files/yasss-current.tar.gz

Current version is 0.4.5

Have fun,
Moritz
--
http://moritz.faui2k3.org/
Back to top
View user's profile Send private message Visit poster's website
Soultaker

Joined: 28 Feb 2006
Posts: 49
:

Items
PostPosted: Sun Oct 08, 2006 11:59 am    Post subject: Reply with quote

Nice program! Works exactly like advertised; useful little tool for us enthousiasts. (It also passes the top-1465.)
Back to top
View user's profile Send private message MSN Messenger
Moritz

Joined: 07 Oct 2006
Posts: 23
:
Location: Edinburgh, Scotland

Items
PostPosted: Sun Oct 08, 2006 8:49 pm    Post subject: Reply with quote

Hi,

Soultaker wrote:
Nice program! Works exactly like advertised; useful little tool for us enthousiasts. (It also passes the top-1465.)


Thanks.
What do you mean by top-1465?

Regards,
Moritz
Back to top
View user's profile Send private message Visit poster's website
Soultaker

Joined: 28 Feb 2006
Posts: 49
:

Items
PostPosted: Mon Oct 09, 2006 1:24 pm    Post subject: Reply with quote

There's a list of hard problems here: http://magictour.free.fr/top1465
Many 'solvers' are unable to solve many of those (although a solver that falls back on backtracking if all else fails usually can), or are incredibly slow in solving them.

Yours is fine though; takes about 8 seconds for the entire list here.
Back to top
View user's profile Send private message MSN Messenger
Moritz

Joined: 07 Oct 2006
Posts: 23
:
Location: Edinburgh, Scotland

Items
PostPosted: Mon Oct 09, 2006 1:29 pm    Post subject: Reply with quote

Ok, thanks. I'll add that to my test list.

I test it after each build with a few minimal ones taken from Gordon Royle, that also helped me a lot.

Cheers,
Moritz
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Sudoku Programmers topic RSS feed 


Powered by phpBB © 2001, 2005 phpBB Group

Igloo Theme Version 1.0 :: Created By: Andrew Charron