From 45eddc73d44f59d82fcf93e2213bb972c6b7c86a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 12 Mar 2025 15:40:48 +0100 Subject: Revert "Temporary fix for tools" This reverts commit 4d0e55e9def2ba1eaca5b2289ca5b30e951f4d97. --- tools/400_solvetest/solve_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/400_solvetest/solve_test.c') diff --git a/tools/400_solvetest/solve_test.c b/tools/400_solvetest/solve_test.c index d4d5c68..9b6c094 100644 --- a/tools/400_solvetest/solve_test.c +++ b/tools/400_solvetest/solve_test.c @@ -57,7 +57,7 @@ void run(void) { printf("Invalid scramble\n"); continue; } - n = nissy_solve(cube, solver, "", NISSY_NISSFLAG_NORMAL, + n = nissy_solve(cube, solver, NISSY_NISSFLAG_NORMAL, 0, 20, 1, -1, 0, size, buf, SOL_BUFFER_LEN, sol, stats); if (n == 0) { printf("Error: no solution\n"); @@ -78,7 +78,7 @@ void run(void) { printf("Invalid scramble\n"); continue; } - n = nissy_solve(cube, solver, "", NISSY_NISSFLAG_NORMAL, + n = nissy_solve(cube, solver, NISSY_NISSFLAG_NORMAL, 0, 20, 100, 0, 0, size, buf, SOL_BUFFER_LEN, sol, stats); if (check_all(sol, s[i].solutions)) { printf("All solutions are correct\n"); -- cgit v1.3