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   

Sudoku solver prg. which get and list all probably solutions

 
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Solving sudoku
View previous topic :: View next topic  
Author Message
yilmazekicix

Joined: 20 Mar 2009
Posts: 2
:

Items
PostPosted: Fri Mar 20, 2009 2:20 pm    Post subject: Sudoku solver prg. which get and list all probably solutions Reply with quote

Hi,
I need a sudoku solver program which get and list all probably solutions.

(I don't need codes, because I am not good at the programming.)

Please help me.

Thanks in advance...
Back to top
View user's profile Send private message
wapati

Joined: 12 Jun 2007
Posts: 622
:
Location: Canada

Items
PostPosted: Sat Mar 21, 2009 3:39 am    Post subject: Reply with quote

Your question has nearly no meaning.

If you have a valid puzzle than there is only one unique answer.
Back to top
View user's profile Send private message
yilmazekicix

Joined: 20 Mar 2009
Posts: 2
:

Items
PostPosted: Sat Mar 21, 2009 6:10 am    Post subject: extra specific rules... Reply with quote

My aim is different.

My sudoku puzzles have extra rules which are different from usual rules.
Each one of puzzles have different extra rules.
So, my puzzles without extra rules have more than one solution in the beginning.
To solve them, we must use extra rules too.
I couldn't write or want the codes for each one of them...
So, I need a program which gets all solutions of the puzzle.
Then I will evaluate the solutions and get unic solution which fit the extra specific rule(s).

Ok?

Thanks...
Back to top
View user's profile Send private message
NewUrbanBlues

Joined: 22 Oct 2006
Posts: 36
:

Items
PostPosted: Tue Apr 28, 2009 7:41 pm    Post subject: All Board Solutions Reply with quote

Hello Yil

Isanaki Sudoku 2.4c gives a list of the first 50 solutions. If your boards have less than 50 solutions, it could fit your needs.
Version 2.5 will be published soon and will allow export of the solutions to a text file ...

You can find it here:

http://www.tgmdev.be/free_sudoku_generator_solver_isanaki.php

Thierry
Back to top
View user's profile Send private message
Morozov

Joined: 24 Apr 2007
Posts: 19
:
Location: Ivanovo, Russia

Items
PostPosted: Tue Oct 13, 2009 10:57 am    Post subject: Reply with quote

"Cross+A" tries to find and show all solutions for sudoku (even if there are thousands of solutions, and they will fill all computer's memory...).

http://www.cross-plus-a.com
Back to top
View user's profile Send private message Visit poster's website
lkSudoku

Joined: 16 May 2009
Posts: 60
:

Items
PostPosted: Tue Oct 13, 2009 1:15 pm    Post subject: Reply with quote

The problem is that the number of possible solutions may be very large; For instance if you start with an empty puzzle, you can have billions of solutions

It is possible though, to list a lazy evaluation of all possible solutions, so that the program gives one solution at the time and the user may request for the next solution, which is computed upon request

My solver can easily create such a lazy evaluation of a list of solutions, but a predefined api should be decided first, for how should the results be requested and returned
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Solving sudoku 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