fiveham / Sudoku_Solver

Solve sudoku puzzles by representing the puzzle as a bipartite graph of truth-claims about cells' values and rule-statements that have exactly one true neighbor and removing edges as information is added
MIT License
0 stars 0 forks source link

WhatIf should be an inner class of Logic, which should be an inner class of ColorChain #13

Closed fiveham closed 8 years ago

fiveham commented 8 years ago

They have no use beyond that class. Internalizing them this way allows WhatIf to access its Technique's sudoku graph directly without needing to specify it as a parameter to its constructors.

fiveham commented 8 years ago

Done.