diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-06 22:59:21 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-06 22:59:21 +0100 |
| commit | 7b48583d629d33971e9f1d5e7aa4ca7f11d8a032 (patch) | |
| tree | 2c60880a6e754bf5ce813a89c2d7255bb6d0af6a /cube.h | |
| parent | d1aaa9264089fa64a98eecef09aa4a5d9773e345 (diff) | |
| download | nissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.tar.gz nissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.zip | |
Started working on solve
Diffstat (limited to '')
| -rw-r--r-- | cube.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -33,3 +33,6 @@ cube_t compose(cube_t, cube_t); | |||
| 33 | cube_t transform(cube_t, trans_t); | 33 | cube_t transform(cube_t, trans_t); |
| 34 | 34 | ||
| 35 | int16_t coord_eo(cube_t); | 35 | int16_t coord_eo(cube_t); |
| 36 | |||
| 37 | /* Solvers return -1 in case of error, the number of solutions otherwise */ | ||
| 38 | int solve_small(cube_t, uint8_t, int, move_t *); | ||
