aboutsummaryrefslogtreecommitdiff
path: root/tools/300_solve_small/solve_small.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-03-09 18:11:23 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-03-09 18:11:23 +0100
commit4d0e55e9def2ba1eaca5b2289ca5b30e951f4d97 (patch)
treec8e025c68400df1ef4947989462242d3229c4ffb /tools/300_solve_small/solve_small.c
parentba75d1632115180d05ba9ce5e35380251d251e7d (diff)
downloadnissy-core-4d0e55e9def2ba1eaca5b2289ca5b30e951f4d97.tar.gz
nissy-core-4d0e55e9def2ba1eaca5b2289ca5b30e951f4d97.zip
Temporary fix for tools
Diffstat (limited to 'tools/300_solve_small/solve_small.c')
-rw-r--r--tools/300_solve_small/solve_small.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/300_solve_small/solve_small.c b/tools/300_solve_small/solve_small.c
index 073de89..1a2f034 100644
--- a/tools/300_solve_small/solve_small.c
+++ b/tools/300_solve_small/solve_small.c
@@ -36,7 +36,7 @@ void run(void) {
36 printf("Invalid scramble\n"); 36 printf("Invalid scramble\n");
37 continue; 37 continue;
38 } 38 }
39 n = nissy_solve(cube, solver, NISSY_NISSFLAG_NORMAL, 39 n = nissy_solve(cube, solver, "", NISSY_NISSFLAG_NORMAL,
40 0, 20, 1, -1, 0, size, buf, SOL_BUFFER_LEN, sol, stats); 40 0, 20, 1, -1, 0, size, buf, SOL_BUFFER_LEN, sol, stats);
41 if (n == 0) 41 if (n == 0)
42 printf("No solution found\n"); 42 printf("No solution found\n");

Generated with cgit - Back to sebastiano.tronto.net