From 2f924f942bd6e7126e8f1d8692e475c95bd9fe82 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 16 Dec 2021 19:25:58 +0100 Subject: Added a new pruning table (equivalent to nxopt31). I have not tested it yet, it takes a while to generate. Plus I have done a whole lot of refactoring in random places because I cannot focus on one thing at the time. --- src/commands.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands.c') diff --git a/src/commands.c b/src/commands.c index b90a7f5..9a2ad51 100644 --- a/src/commands.c +++ b/src/commands.c @@ -259,6 +259,7 @@ solve_exec(CommandArgs *args) Cube c; AlgList *sols; + init_movesets(); init_symcoord(); c = apply_alg(args->scramble, (Cube){0}); @@ -274,6 +275,7 @@ gen_exec(CommandArgs *args) int i; fprintf(stderr, "Generating coordinates...\n"); + init_movesets(); init_symcoord(); fprintf(stderr, "Generating pruning tables...\n"); -- cgit v1.3