Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Your assignment is to implement :Testing!the following methods of GameModel* reduceCellSet (10 pts)

  • reduceBoard  (
  • solve 
  • findMinChoiceCell
  • solveIrreducibleBoard You are also required to have complete unit tests of those methods.


Extra credit

Incorporate the supplied GeneratePuzzle utility capability into the main Sudoku solve, both in the view and the model, to enable the user to generate and solve any of the 50,000 supplied puzzles. 

...