aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-05-24 22:20:00 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-05-24 22:20:00 +0200
commit8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1 (patch)
tree6fc56f9ba2588d7c3c2d5f6d99b3343e1aaf8a34 /src/cube.h
parent8145e034184ed5807c00f05b90101090c6513a29 (diff)
downloadnissy-core-8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1.tar.gz
nissy-core-8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1.zip
Added table generation utility
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cube.h b/src/cube.h
index 32547cf..694560a 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -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. */
164int64_t gendata(const char *solver, void *data); 164int64_t gendata(const char *solver, const char *options, void *data);

Generated with cgit - Back to sebastiano.tronto.net