From 20ac0e60d7174114965d4419af0bb3028db8e447 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 15 Nov 2021 08:29:37 +0100 Subject: Load all necessary pruning tables for a step before the actual solving process starts. This is in preparation for multi-threaded solving (but don't get hyped, it will take time). --- src/solve.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/solve.h') diff --git a/src/solve.h b/src/solve.h index ff84e7e..668cd9a 100644 --- a/src/solve.h +++ b/src/solve.h @@ -2,6 +2,7 @@ #define SOLVE_H #include "moves.h" +#include "steps.h" #include "trans.h" AlgList * solve(Cube cube, Step *step, SolveOptions *opts); -- cgit v1.3