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/moves.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/moves.h') diff --git a/src/moves.h b/src/moves.h index 082a080..4820f65 100644 --- a/src/moves.h +++ b/src/moves.h @@ -8,8 +8,6 @@ Cube apply_alg(Alg *alg, Cube cube); Cube apply_alg_generic(Alg *alg, Cube c, PieceFilter f, bool a); Cube apply_move(Move m, Cube cube); -bool commute(Move m1, Move m2); -bool possible_next(Move m1, Move m2, Move m3); void init_moves(); -- cgit v1.3