Versions Compared

Key

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

...

Your assignment is to implement the following methods of GameModel:

  • reduceCellSet (15 10 pts)
  • reduceBoard  (20 15 pts)
  • solve (20 15 pts)
  • findMinChoiceCell (15 pts)
  • solveIrreducibleBoard (25 20 pts)

You are also required to have complete unit tests of those methods.  (10 pts)

...