aboutsummaryrefslogtreecommitdiff
path: root/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-06 22:59:21 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-06 22:59:21 +0100
commit7b48583d629d33971e9f1d5e7aa4ca7f11d8a032 (patch)
tree2c60880a6e754bf5ce813a89c2d7255bb6d0af6a /cube.h
parentd1aaa9264089fa64a98eecef09aa4a5d9773e345 (diff)
downloadnissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.tar.gz
nissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.zip
Started working on solve
Diffstat (limited to '')
-rw-r--r--cube.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cube.h b/cube.h
index 5dc7410..c4effbe 100644
--- a/cube.h
+++ b/cube.h
@@ -33,3 +33,6 @@ cube_t compose(cube_t, cube_t);
33cube_t transform(cube_t, trans_t); 33cube_t transform(cube_t, trans_t);
34 34
35int16_t coord_eo(cube_t); 35int16_t coord_eo(cube_t);
36
37/* Solvers return -1 in case of error, the number of solutions otherwise */
38int solve_small(cube_t, uint8_t, int, move_t *);

Generated with cgit - Back to sebastiano.tronto.net