diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-13 17:13:24 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-13 17:13:24 +0100 |
| commit | 1a90075f672a442cafa35c1cccbb6cf026c3980e (patch) | |
| tree | 6b1b89477b984df3873806450f955770d0d850d2 /src/cube.h | |
| parent | e864e23e3ec315d5969281c51f24521cde30792a (diff) | |
| download | nissy-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 '')
| -rw-r--r-- | src/cube.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -8,6 +8,7 @@ | |||
| 8 | #include "utils.h" | 8 | #include "utils.h" |
| 9 | 9 | ||
| 10 | Cube admissible_ep(Cube cube, PieceFilter f); | 10 | Cube admissible_ep(Cube cube, PieceFilter f); |
| 11 | int array_ep_to_epos(int *ep, int *eps_solved); | ||
| 11 | Cube arrays_to_cube(CubeArray *arr, PieceFilter f); | 12 | Cube arrays_to_cube(CubeArray *arr, PieceFilter f); |
| 12 | Cube compose(Cube c2, Cube c1); /* Use c2 as an alg on c1 */ | 13 | Cube compose(Cube c2, Cube c1); /* Use c2 as an alg on c1 */ |
| 13 | Cube compose_filtered(Cube c2, Cube c1, PieceFilter f); | 14 | Cube compose_filtered(Cube c2, Cube c1, PieceFilter f); |
