jkomoros / sudoku

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

Create a bunch of new techniques for very simple moves #221

Open jkomoros opened 8 years ago

jkomoros commented 8 years ago

When you're just looking at the constraints on a cell, a number of techniques that feel different as a user reduce down to simple things like "naked single". But in practice those can feel very different to a user. Having more techniques that represent those obvious moves will hopefully help differentiate those moves so the model can detect their difficulty better.