From: simon Date: Thu, 2 Feb 2012 23:04:46 +0000 (+0000) Subject: Correct kdiff setting. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/bc8c31f9865713301c5e796a7eac39f971abd932 Correct kdiff setting. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9403 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/solo.c b/solo.c index 6987872..7062194 100644 --- a/solo.c +++ b/solo.c @@ -2041,7 +2041,7 @@ static void solver(int cr, struct block_structure *blocks, ); if (ret > 0) { changed = TRUE; - kdiff = max(kdiff, DIFF_KINTERSECT); + kdiff = max(kdiff, DIFF_KSUMS); } else if (ret < 0) { diff = DIFF_IMPOSSIBLE; goto got_result;