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/cubetypes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cubetypes.h') diff --git a/src/cubetypes.h b/src/cubetypes.h index da8ab6b..4997f3a 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h @@ -268,6 +268,8 @@ step Moveset moveset; Trans pre_trans; TransDetector detect; + int ntables; + PruneData * tables[10]; }; struct -- cgit v1.3