diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-03-30 18:40:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-03-30 18:40:02 +0100 |
| commit | c14e780551c4e7aa88d99b226b12f7cdd7b92527 (patch) | |
| tree | df663976f093b6446d8470c078bc105a541a9857 /test/test.h | |
| parent | ec564e62dcfe701b5ee3111b92c7d72ffd0dda6c (diff) | |
| download | nissy-core-c14e780551c4e7aa88d99b226b12f7cdd7b92527.tar.gz nissy-core-c14e780551c4e7aa88d99b226b12f7cdd7b92527.zip | |
Added cocsep data generation, but it is very slow
Diffstat (limited to '')
| -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 7c5400e..3cbfd10 100644 --- a/test/test.h +++ b/test/test.h | |||
| @@ -22,5 +22,6 @@ typedef cube_t cube_fast_t; | |||
| 22 | cube_t solvedcube(void); | 22 | cube_t solvedcube(void); |
| 23 | bool iserror(cube_t); | 23 | bool iserror(cube_t); |
| 24 | bool issolvable(cube_t); | 24 | bool issolvable(cube_t); |
| 25 | bool issolved(cube_t); | ||
| 25 | cube_t readcube(char *, char *); | 26 | cube_t readcube(char *, char *); |
| 26 | void writecube(char *, cube_t, char *); | 27 | void writecube(char *, cube_t, char *); |
