summaryrefslogtreecommitdiff
path: root/solve.c
Commit message (Collapse)AuthorAge
* Implement board solving checkDavid Phillips2019-03-10
|
* Clean-upDavid Phillips2019-03-10
|
* Fix the implementationDavid Phillips2019-03-10
| | | | | | | A number of things wrong with the quickie code initially committed, chiefly not mutating the caller's copy of the board when that was the intention. This commit fixes this and produces a working solver for all boards that can be solved without exploration/uncertainty.
* Initial working copy, buggyDavid Phillips2019-03-10