From 6f3dfb23e9c5982d0c7e328aacf6f5225d140625 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 1 Sep 2005 12:17:14 +0000 Subject: [PATCH] Optimiser placation. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6257 cda61777-01e9-0310-a592-d414129be87e --- lightup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lightup.c b/lightup.c index 7af44e3..ad5d669 100644 --- a/lightup.c +++ b/lightup.c @@ -2306,6 +2306,7 @@ int main(int argc, char **argv) /* Run the solvers easiest to hardest until we find one that * can solve our puzzle. If it's soluble we know that the * hardest (recursive) solver will always find the solution. */ + nsol = sflags = 0; for (diff = 0; diff <= DIFFCOUNT; diff++) { printf("\nSolving with difficulty %d.\n", diff); sflags = flags_from_difficulty(diff); -- 2.11.0