Sudokut 0.3 review
DownloadSudokut is a command line solver for Sudoku puzzles
|
|
Sudokut is a command line solver for Sudoku puzzles. When supplied with a Sudoku string or file, it returns all possible solutions.
Sudokut takes approximately half a second to solve a medium force Sudoku by using an efficient algorithm that is guaranteed to find all the solutions. It accepts many options that implement various features (validity check, diff, suggestions, and probing).
What's New in This Release:
two new solving techniques are supported: naked triplets reduction, hidden triplets reduction
new -u option to test the unicity of the solution
new -m option to modify the string
Sudokut 0.3 search tags