diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-24 22:20:00 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-24 22:20:00 +0200 |
| commit | 8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1 (patch) | |
| tree | 6fc56f9ba2588d7c3c2d5f6d99b3343e1aaf8a34 /src/cube.h | |
| parent | 8145e034184ed5807c00f05b90101090c6513a29 (diff) | |
| download | nissy-core-8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1.tar.gz nissy-core-8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1.zip | |
Added table generation utility
Diffstat (limited to 'src/cube.h')
| -rw-r--r-- | src/cube.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -161,4 +161,4 @@ void multisolve( | |||
| 161 | 161 | ||
| 162 | /* Returns the number of bytes written to data, -1 in case of error. | 162 | /* Returns the number of bytes written to data, -1 in case of error. |
| 163 | * TODO: write down how much memory every solver requires. */ | 163 | * TODO: write down how much memory every solver requires. */ |
| 164 | int64_t gendata(const char *solver, void *data); | 164 | int64_t gendata(const char *solver, const char *options, void *data); |
