Sudoku Solver solves a Sudoku any heavy with at least 17 registered fields (minimum threshold for clearly solvable puzzles). Only clearly solvable puzzles to be solved.
The so-called "difficult sudoku in the world" (The Telegraph) can be solved in a tenth of a second.
The algorithm is based on the idea of combined logic / brute-force approach of Kevin Coulombe.