aboutsummaryrefslogtreecommitdiff
path: root/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'cube.h')
-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