jkomoros / sudoku

A sudoku puzzle solver, generator, and difficulty-rater built in Go
Apache License 2.0
5 stars 1 forks source link

Remove HumanSolveOptions.effectiveTechniquesToUse #274

Open jkomoros opened 8 years ago

jkomoros commented 8 years ago

And basically stop special casing Guess at all. It's just another, extremely expensive, technique.