aboutsummaryrefslogtreecommitdiff
path: root/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'cube.h')
-rw-r--r--cube.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cube.h b/cube.h
index 791d167..0a39d12 100644
--- a/cube.h
+++ b/cube.h
@@ -130,7 +130,7 @@ int64_t solve(
130 * maximum length is unlimited. 130 * maximum length is unlimited.
131 */ 131 */
132 int64_t maxsols, /* The maximum number of solutions. */ 132 int64_t maxsols, /* The maximum number of solutions. */
133 int64_t optimal, /* All solutions at most "optimal" moves from the 133 int8_t optimal, /* All solutions at most "optimal" moves from the
134 * shortest solution (respecting minmoves) are found. 134 * shortest solution (respecting minmoves) are found.
135 * If negative, this parameter is ignored. 135 * If negative, this parameter is ignored.
136 */ 136 */

Generated with cgit - Back to sebastiano.tronto.net