Sudoku solver in Objective Caml

Programs which generate, solve, and analyze Sudoku puzzles

Sudoku solver in Objective Caml

Postby frisch » Wed Nov 30, 2005 8:44 am

Hi,

You can find a quite efficient sudoku solver here:
http://www.eleves.ens.fr/home/frisch/sudoku.html

The solver can deal with sudokus of width 9,15(5x3 boxes), 16,25, and QWHs (sudokus without the box constraint) of size up to 30. The program can also be used to minimize
a given puzzle. The URL above contains a few 25x25 minimal puzzles produced by the program.

The solver come in source code (in Objective Caml) with an open-source license.

-- Alain
frisch
 
Posts: 1
Joined: 29 November 2005

Return to Software