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