diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-09 18:12:39 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-09 18:12:39 +0200 |
| commit | 445364a4b495c275e2723a05e7f4be0090ba5d0a (patch) | |
| tree | bc8b58ccef2efde356dc5f955cb7a08850d8f407 /src/cube.h | |
| parent | 2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f (diff) | |
| download | nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.tar.gz nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.zip | |
Finished fst, added tests. STILL NOT WORKING.
Diffstat (limited to '')
| -rw-r--r-- | src/cube.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -15,6 +15,9 @@ bool is_admissible(Cube *cube); | |||
| 15 | bool is_solved(Cube *cube); | 15 | bool is_solved(Cube *cube); |
| 16 | void make_solved(Cube *cube); | 16 | void make_solved(Cube *cube); |
| 17 | void print_cube(Cube *cube); | 17 | void print_cube(Cube *cube); |
| 18 | int where_is_center(Center x, Cube *c); | ||
| 19 | int where_is_corner(Corner k, Cube *c); | ||
| 20 | int where_is_edge(Edge e, Cube *c); | ||
| 18 | 21 | ||
| 19 | #endif | 22 | #endif |
| 20 | 23 | ||
