
This file is everything you’ll ever need if you wish to solve a Sudoku puzzle! The file functions quite easily: simply fill in a Sudoku start state, and then press the Solve button to have the algorithm solve it.
When it is done (as far as it can) it will probably present you with a fully filled Sudoku. It might, however tell you it can’t solve it purely by logics. This usually means the start state you gave it didn’t provide enough information, and there were multiple solutions possible – the solver (both man and machine) would have to guess a number instead of being able to derive it forms logics. Then, you will be asked if you want to use a search algorithm to still obtain an answer.
Item:
http://activeden.net/item/sudoku-solver/134727