aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/solutions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/solutions.h')
-rw-r--r--src/solvers/solutions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/solvers/solutions.h b/src/solvers/solutions.h
index f3761d9..0eb3a7f 100644
--- a/src/solvers/solutions.h
+++ b/src/solvers/solutions.h
@@ -255,7 +255,6 @@ solutions_done(
255 int8_t depth 255 int8_t depth
256) 256)
257{ 257{
258
259 return depth > settings->maxmoves || 258 return depth > settings->maxmoves ||
260 depth > list->shortest_sol + settings->optimal || 259 depth > list->shortest_sol + settings->optimal ||
261 list->nsols >= settings->maxsolutions; 260 list->nsols >= settings->maxsolutions;

Generated with cgit - Back to sebastiano.tronto.net