chiark / gitweb /
latin.c: dump every solution found during recursion.
authorSimon Tatham <anakin@pobox.com>
Mon, 26 Feb 2018 20:49:14 +0000 (20:49 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 26 Feb 2018 20:49:14 +0000 (20:49 +0000)
commit2270ee116d2c3ee406cb8c65ac58051664107c42
treec097c3698288a862090999dd24e209d84be88879
parent43b9eb1472d2a82e5369815511a9ae6681a61a08
latin.c: dump every solution found during recursion.

In solver_show_working mode, we were logging all the deductions,
guesswork and backtracking, but not printing out the actual solution
(if any) reached at the end of each branch of the tree.
latin.c