Sudoku
Sudoku is a research project that uses Internet-connected computers to search for the smallest possible start configuration of Sudoku.
Sudoku is a very popular puzzle, so just google for it to get a description, programs etc. An important thing about Sudoku is that there always exists a solution and that this solution has to be unique! Writing a program which finds this solution is not very difficult, and you can find many such programs on the web.
An interesting question is, how few givens are sufficient such that a Sudoku still has a unique solution. A trivial lower bound is 8: assume only 7 numbers are given. Then in any solution you can interchange all occurrences of two non given digits, and thus there are always at least two different solutions. Surprisingly so far no better lower bound has been obtained by mathematical reasoning.
Thus the current range for the smallest number of clues (given numbers) that a Sudoku puzzle (with one unique solution) can have is 8 to 17. The goal of our project is to close this gap. To this end we start with 92248 sets with 8 primary givens (digits 1-8, representing all possibilities w.r.t. symmetry, relabeling etc.) and extend them by adding more givens, and checking for uniqueness.
- Year of conclusion: 2009
- Number of teams: 279
- Number of participants: 2,000
- Running platforms: BOINC (Windows, Linux 32bit, Linux 64bit, MacOS X)
- Final Team Rank: 35th
- Final Team Points: 241,933
- Number of Members: 16
- Number of Members Countries: 7
|
|
- Homepage (Page doesn't exist anymore)
Sudoku at Rechenkraft.net Wiki
- Sudoku stats as of Oct 19th 2009 11:00:03 GMT (After project finish) - http://www.boincsynergy.com/stats/teams.php?project=sdku
Category:
Projects Finished in 2009