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   

Killer Su Doku Solver
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Solving sudoku
View previous topic :: View next topic  
Author Message
pjt33

Joined: 17 Sep 2005
Posts: 1
:

Items
PostPosted: Sat Sep 17, 2005 3:24 pm    Post subject: Reply with quote

dukuso wrote:
I can't modify my solver for these.
No exact cover problem with sums.
Can't see how to convert it into a SAT-problem either.
I think the easiest thing to do would be to convert it to exact multiset cover. Shouldn't be too hard to modify Dancing Links.

Incidentally there are (at least) two ways of converting it to exact set cover.
1. Each row represents a solution to a sum group.
2. Extend the universal set for each sum group S of sum |S| to have |S| elements. Instead of 1 cell/value row, you have (|S| - value + 1) rows for that cell/value pair (where S is the sum group containing the cell), with entries for the corresponding additional elements of (1 ... 1 0 ... 0), (0 1 ... 1 0 ... 0), (0 0 1 ... 1 0 ... 0), ..., (0 ... 0 1 ... 1 0), (0 ... 0 1 ... 1).
Back to top
View user's profile Send private message
djape

Joined: 14 Sep 2005
Posts: 14
:

Items
PostPosted: Sun Sep 25, 2005 11:57 pm    Post subject: A working Killer Sudoku (Samunamupure) Solver program Reply with quote

I have just uploaded a new version of my Perfect Sudoku software which now solves & generates Samunamupure puzzles!

Visit:
www.djape.net/sudoku/wp

There is also a daily Samunamupure puzzle posted every day!

Have fun!
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 -> Solving sudoku All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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