From e864e23e3ec315d5969281c51f24521cde30792a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 12 Nov 2021 19:59:18 +0100 Subject: I tried to remove the dependence on antindex in order to get rid of them once and for all. I successfully removed from the pruning table generation part by using an alternative (slower) method, but then I realized that I also use antindexes when generating symmetry data. So I reverted to the original pruning table computation method, but I left the alternative way there, commented. --- src/cubetypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cubetypes.h') diff --git a/src/cubetypes.h b/src/cubetypes.h index 6602a68..da8ab6b 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h @@ -213,6 +213,7 @@ dfsdata Alg * current_alg; Move sorted_moves[NMOVES]; int move_position[NMOVES]; + uint8_t * visited; }; struct -- cgit v1.3