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
Technique's extension of Function<Sudoku,Technique> doesn't guarantee that apply()'s return type is the type implementing Technique #22
Right now, ColorChain could define
for example. Technique's implementing classes should be restricted to only be able to return instances of their own class from
apply
.