Hi! I have a question regarding quickchecking the properties prop_candidates and prop_SolveSound.
Both props take a sudoku generated by quickCheck, but the problem is that these generated sudokus are extremly rarely valid ,
so in my test cases I get "quickcheck gave up".
Are we supposed to redesign the implemenation of the sudoku generator or what am I missing?
Thanks in advance!
//Johan