aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-13 17:13:24 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-13 17:13:24 +0100
commit1a90075f672a442cafa35c1cccbb6cf026c3980e (patch)
tree6b1b89477b984df3873806450f955770d0d850d2 /src/cube.h
parente864e23e3ec315d5969281c51f24521cde30792a (diff)
downloadnissy-1a90075f672a442cafa35c1cccbb6cf026c3980e.tar.gz
nissy-1a90075f672a442cafa35c1cccbb6cf026c3980e.zip
Fixed a problem with htr-drud coordinates. The corresponding pruning table also changed, hopefully the new one is correct.
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cube.h b/src/cube.h
index d1c5bfc..6c70e99 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -8,6 +8,7 @@
8#include "utils.h" 8#include "utils.h"
9 9
10Cube admissible_ep(Cube cube, PieceFilter f); 10Cube admissible_ep(Cube cube, PieceFilter f);
11int array_ep_to_epos(int *ep, int *eps_solved);
11Cube arrays_to_cube(CubeArray *arr, PieceFilter f); 12Cube arrays_to_cube(CubeArray *arr, PieceFilter f);
12Cube compose(Cube c2, Cube c1); /* Use c2 as an alg on c1 */ 13Cube compose(Cube c2, Cube c1); /* Use c2 as an alg on c1 */
13Cube compose_filtered(Cube c2, Cube c1, PieceFilter f); 14Cube compose_filtered(Cube c2, Cube c1, PieceFilter f);

Generated with cgit - Back to sebastiano.tronto.net