Open GoogleCodeExporter opened 9 years ago
Hello,
solver would be great :-). Can you attach the patch here for review? If you are
unsure how to generate it, let me know. I'll be happy to give you commit rights
after review.
There might be one problem though, 2 weeks ago I had moved trunk to
romario-test branch. Against which branch have you made your changes? If you
have problems with merging your changes in trunk, let me know.
Original comment by romario...@gmail.com
on 2 Nov 2010 at 8:09
You can also contact me via mail, you can find it in Android Market.
Original comment by romario...@gmail.com
on 2 Nov 2010 at 8:15
I also sent an e-mail but just in case, I'm attaching the patch here as well.
Original comment by martintz...@gmail.com
on 2 Nov 2010 at 10:14
Attachments:
Hi,
sorry for the pause, I wasn't able to review your patch until now. I'm looking
at your patch right now and it seems that SolveSudokuCommand class is missing.
Original comment by romario...@gmail.com
on 14 Jan 2011 at 11:58
Issue 143 has been merged into this issue.
Original comment by romario...@gmail.com
on 14 Jan 2011 at 12:17
Hi, I put my point of view on how this should be implement in wiki page
http://code.google.com/p/opensudoku-android/wiki/Solver. Feel free to comment
there.
You can of course reach me also via mail or gtalk for chat. I should really
setup a mailing list.
Original comment by romario...@gmail.com
on 14 Jan 2011 at 12:17
Sorry. I'm attaching it here. Though I don't think it captures the wiki
specifications as it uses brute force to solve the puzzle.
Original comment by martintz...@gmail.com
on 14 Jan 2011 at 5:52
Attachments:
Attached please find a patch file for my port of Bill DuPree's solver. This
solver uses deductive reasoning, resorting to 'guessing' only when necessary.
It is capable of solving even the most difficult sudokus very quickly. This
patch adds two commands to the menu: Check and Solve. It also adds support for
tracking when a sudoku has been 'cheated'. I chose to add a 'cheated' bit to
the current 'state' field in the database so that I didn't have to version the
database.
Original comment by rvammer...@gmail.com
on 21 Jan 2011 at 6:41
Attachments:
Hi, I'm in the middle of the exam period right now :-(. I'll look at this patch
in few weeks.
Original comment by romario...@gmail.com
on 22 Jan 2011 at 5:55
Thanks, good luck on exams.
Original comment by rvammer...@gmail.com
on 23 Jan 2011 at 9:14
Original issue reported on code.google.com by
martintz...@gmail.com
on 27 Oct 2010 at 10:44