A C++ implementation of a CSP for solving sudoku.
It currently can solve a normal sudoku problem, I am currently trying to make it be able to check if multiple solutions are possible for a given sudoku problem, but its till in te works, there is some issue with the recursion.