aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cube.h')
-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