aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-11 12:05:24 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-11 12:05:24 +0200
commitb4d33513bd44c82426ef9e3c6daf5b8046672514 (patch)
treedb64d441059897974d270614cd1ad22d15fc8e56 /src
parentc89c5a1832354d656757c5aff49018d0313838e0 (diff)
downloadnissy-core-b4d33513bd44c82426ef9e3c6daf5b8046672514.tar.gz
nissy-core-b4d33513bd44c82426ef9e3c6daf5b8046672514.zip
Finished refactor
Diffstat (limited to 'src')
-rw-r--r--src/cube.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cube.h b/src/cube.h
index 6b68f00..ab8e964 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -55,7 +55,7 @@ int nissy_convertcube(
55int64_t nissy_gendata( 55int64_t nissy_gendata(
56 const char *solver, 56 const char *solver,
57 const char *options, 57 const char *options,
58 void *generated_data, 58 void *generated_data
59); 59);
60 60
61/* Returns the number of solutions found, or -1 in case of error */ 61/* Returns the number of solutions found, or -1 in case of error */
@@ -69,5 +69,5 @@ int nissy_solve(
69 int64_t maxsolutions, 69 int64_t maxsolutions,
70 int8_t optimal, 70 int8_t optimal,
71 const void *data, 71 const void *data,
72 char *solutions, 72 char *solutions
73); 73);

Generated with cgit - Back to sebastiano.tronto.net