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

Solver's private constructor tests each time whether the threadgroup needs its root Solver set #21

Closed fiveham closed 7 years ago

fiveham commented 7 years ago

There must be a better way.

fiveham commented 7 years ago

Use different constructors to specify whether to set the root solver.

Done, as of https://github.com/fiveham/Sudoku_Solver/commit/9261ea9421930f953883b448785d246d304a0e6f