diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-17 17:42:43 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-17 17:42:43 +0200 |
| commit | 1809d7b212128fcdcb481002a17db5dc97a15e03 (patch) | |
| tree | 4e045b4fefc5e229969891b0e1963dd683bd46ad /test/test.h | |
| parent | d26d9e46d305b3ab3c6ae3b55f1859cf413a1c94 (diff) | |
| download | nissy-core-1809d7b212128fcdcb481002a17db5dc97a15e03.tar.gz nissy-core-1809d7b212128fcdcb481002a17db5dc97a15e03.zip | |
Added inverse eo and copy_{edges,corners}
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 3cbfd10..2086283 100644 --- a/test/test.h +++ b/test/test.h | |||
| @@ -21,6 +21,7 @@ typedef cube_t cube_fast_t; | |||
| 21 | /* Basic functions used in most tests */ | 21 | /* Basic functions used in most tests */ |
| 22 | cube_t solvedcube(void); | 22 | cube_t solvedcube(void); |
| 23 | bool iserror(cube_t); | 23 | bool iserror(cube_t); |
| 24 | bool isconsistent(cube_t); | ||
| 24 | bool issolvable(cube_t); | 25 | bool issolvable(cube_t); |
| 25 | bool issolved(cube_t); | 26 | bool issolved(cube_t); |
| 26 | cube_t readcube(char *, char *); | 27 | cube_t readcube(char *, char *); |
