0
comment
comment
on 4/29/2011 1:26 PM
Here is a simple Sudoku solver that uses F# and Microsoft Solver Foundation’s Constraint Programming solver. The 9×9 matrix of a Sudoku puzzle is represented as a list of 81 cells. Cells can have values 0-9. Zeros represent blank cells. … Continue reading →