aboutsummaryrefslogtreecommitdiff
path: root/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-12 14:42:20 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-12 14:42:20 +0100
commitd0c592bdc3beb12074f085ab085dd90de9b8e643 (patch)
treea7b31fc66c83400c95288edd7550d6b27cccecaa /cube.h
parent91afd406dca8dee4dfdb84ad025dd390f4e5a70c (diff)
downloadnissy-core-d0c592bdc3beb12074f085ab085dd90de9b8e643.tar.gz
nissy-core-d0c592bdc3beb12074f085ab085dd90de9b8e643.zip
Simple solver: added tests, fixed
Diffstat (limited to '')
-rw-r--r--cube.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cube.h b/cube.h
index 0a39d12..3f2495d 100644
--- a/cube.h
+++ b/cube.h
@@ -120,7 +120,10 @@ could.
120 120
121int64_t solve( 121int64_t solve(
122 cube_t cube, /* The cube to solve. Must be solvable. */ 122 cube_t cube, /* The cube to solve. Must be solvable. */
123 char *solver, /* The solver. Supported solvers: TODO. */ 123 char *solver, /* Supported solvers:
124 * "optimal" - currently the same as "simple"
125 * "simple" - a simple, slow solver using no tables
126 */
124 char *options, /* Some solvers accept extra options, 127 char *options, /* Some solvers accept extra options,
125 * like "!filter". 128 * like "!filter".
126 */ 129 */

Generated with cgit - Back to sebastiano.tronto.net