timpalpant / LittleBoxes

A crossword solver
GNU General Public License v3.0
1 stars 0 forks source link

Add ClueDBCliqueSolver #23

Closed timpalpant closed 8 years ago

timpalpant commented 8 years ago

Adds a solver which finds possible fills in the ClueDB and constructs maximal cliques from the compatible answers.

Also changes the solver API to yield solutions rather than collecting them all in a list.