timpalpant / LittleBoxes

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

Log the solution trajectory as the puzzle is being solved #12

Open timpalpant opened 8 years ago

timpalpant commented 8 years ago

Implement a plugin that writes out the current state of the puzzle as it is being solved, so that we can visualize how the solver is working and discover deficiencies that might be improved.

This may require some changes to the solver API, or some kind of "hooks" or wrapper around the Crossword class.