Don't try to run solver_killer_sums on a Killer cage with only one
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Feb 2012 23:04:43 +0000 (23:04 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 2 Feb 2012 23:04:43 +0000 (23:04 +0000)
commit3126844d5216733a1a95abb913265c2fa567ff46
tree9d3844b8f81365f3aaf18a044273d97f56746659
parent9003c6f7c564e586cd118034069ec3cd1546cc15
Don't try to run solver_killer_sums on a Killer cage with only one
square. It isn't equipped for it, and will try to handle it with the
4-square case and get confused. This can come up if the
DIFF_KINTERSECT pass before that split a cage, and will cause the
solver to miss valid solutions; e.g. 3x3kadu#802065940985372 would
generate an ambiguous puzzle before this change.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9402 cda61777-01e9-0310-a592-d414129be87e
solo.c