Pre-built binaries as well as the source code are available here:
File | Type | Size (octets) | Last modified |
---|---|---|---|
DeewiantSudoku 3.0.0 alpha 1, x86 Windows binary | .ZIP archive | 111 375 | 2014-12-29 |
DeewiantSudoku 3.0.0 alpha 1, x86 Linux binary | xz-compressed tarball | 185 892 | 2014-12-29 |
DeewiantSudoku 3.0.0 alpha 1, x86-64 Linux binary | xz-compressed tarball | 193 300 | 2014-12-29 |
DeewiantSudoku 3.0.0 alpha 1 source code | 7z archive | 18 863 | 2014-12-29 |
Brief testing of the latest version linked above suggests that it uses way too much memory on Sudoku puzzles larger than the standard 9*9. Thus, an earlier version, 2.1.0 (which mistakenly calls itself 2.0.2), is also offered here. No Windows binary for this version though, sorry.
File | Type | Size (octets) | Last modified |
---|---|---|---|
DeewiantSudoku 2.1.0, x86 Linux binary | xz-compressed tarball | 144 788 | 2014-12-29 |
DeewiantSudoku 2.1.0, x86-64 Linux binary | xz-compressed tarball | 190 020 | 2014-12-29 |
DeewiantSudoku 2.1.0 source code | 7z archive | 16 221 | 2014-12-29 |
The following is an example 9*9 Sudoku puzzle, displayed in ASCII art form so that it can be copy-pasted directly into DeewiantSudoku:
..3|..4|..9 ...|.7.|.5. 2..|6..|8.. ---+---+--- ..9|...|..4 .4.|...|.3. 8..|...|7.. ---+---+--- ..4|..3|..2 .2.|.6.|... 7..|8..|6..
DeewiantSudoku is able to solve this puzzle without using brute-force methods, i.e. guessing and backtracking. This particular one does require some rather complex pattern matching, though. The following is a snippet of DeewiantSudoku's output given this puzzle and the --explain
flag:
Cells [B3], [B9] must contain 1, 6; eliminated 2 such candidates in row B.
Found an XYZ-wing among [A1], [B3], [A4] for 1; eliminated 1 candidate for 1.
Found a Jellyfish among [C2], [C3], [C6], [F3], [F6], [F9], [H6], [H9], [I2], [I3] for 5; eliminated 5 candidates for 5 in columns 2, 3, 6, 9.
Found a Jellyfish among [A1], [D1], [E1], [A4], [E4], [A5], [D5], [E5], [G5], [A7], [D7], [G7] for 1; eliminated 6 candidates for 1 in columns A, D, E, G.