diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-12 19:59:18 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-12 19:59:18 +0100 |
| commit | e864e23e3ec315d5969281c51f24521cde30792a (patch) | |
| tree | 3b25152fc4a645b26a4c82f9b0b350b766b8b7f6 /src/cubetypes.h | |
| parent | 89268e911e51a7b1c413cfae1520b2db6e60086f (diff) | |
| download | nissy-e864e23e3ec315d5969281c51f24521cde30792a.tar.gz nissy-e864e23e3ec315d5969281c51f24521cde30792a.zip | |
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.
Diffstat (limited to '')
| -rw-r--r-- | src/cubetypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 213 | Alg * current_alg; | 213 | Alg * current_alg; |
| 214 | Move sorted_moves[NMOVES]; | 214 | Move sorted_moves[NMOVES]; |
| 215 | int move_position[NMOVES]; | 215 | int move_position[NMOVES]; |
| 216 | uint8_t * visited; | ||
| 216 | }; | 217 | }; |
| 217 | 218 | ||
| 218 | struct | 219 | struct |
