Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different solve path's #1

Open
sok63 opened this issue Sep 30, 2015 · 1 comment
Open

Different solve path's #1

sok63 opened this issue Sep 30, 2015 · 1 comment

Comments

@sok63
Copy link

sok63 commented Sep 30, 2015

Hello! Thanks for your work! I have tested your solver, comparing to http://www.sudokuwiki.org/sudoku.htm solver and find that you solver use more tehniques to solve some sudoku's than on the site - which mean that there are some bugs in solver.
For example this two sudoku can be solved(on sudokuwiki) without using Naked Quad:
100000700006920000009308500000090008000072000350000007000001090600009410000640800
103450000000000020400807000381070000600300000000000900000500004000002800005061000

@bcorso
Copy link
Owner

bcorso commented Oct 1, 2015

Hey sok63,

Thanks for taking an interest! Unfortunately, I haven't worked on this project in quite some time, and I don't currently have the bandwidth to look at it. However, please feel free to submit a fix if you have time and find a solution.

As a first start, I would ensure the solver ordering you used is the same as that for sudokuwiki. The solver order is entered as a tuple when creating the SudokuSolverBuilder, as in main.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants