I was thinking about making a little program that would automatically solve the Sudoku puzzles that are cropping up in newspapers these days.
http://en.wikipedia.org/wiki/Sudoku
However, it is turning out to be a lot more complicated than I first thought.
The wikipedia article points towards Constraint programming http://en.wikipedia.org/wiki/Constraint_programming but as far as I can see it just appears to be Boolean processing![]()
I have attached my project so far, but I don't think I am going the right way about it.
Anybody got any ideas for this.
Even psuedo code is useful at this point.




Reply With Quote