aboutsummaryrefslogtreecommitdiff
path: root/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-11 22:19:03 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-11 22:19:03 +0100
commit91afd406dca8dee4dfdb84ad025dd390f4e5a70c (patch)
tree712bdcbf9bf0d88218095b1da42199934ea91985 /cube.h
parent067ba55add258ab03db328234168af66c4ad87c3 (diff)
downloadnissy-core-91afd406dca8dee4dfdb84ad025dd390f4e5a70c.tar.gz
nissy-core-91afd406dca8dee4dfdb84ad025dd390f4e5a70c.zip
Implemented simple solver
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