From 8a91354f7b94c669c77fe628a81f9bfe9f599ef0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 14 Oct 2024 00:05:43 +0200 Subject: Interface changes, progress with python --- tools/300_solve_small/solve_small.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/300_solve_small') diff --git a/tools/300_solve_small/solve_small.c b/tools/300_solve_small/solve_small.c index 5400436..622c36e 100644 --- a/tools/300_solve_small/solve_small.c +++ b/tools/300_solve_small/solve_small.c @@ -23,7 +23,8 @@ void run(void) { for (i = 0; scrambles[i] != NULL; i++) { printf("%d. %s\n", i+1, scrambles[i]); printf("Solving scramble %s\n", scrambles[i]); - if (nissy_frommoves(scrambles[i], cube) == -1) { + if (nissy_applymoves(NISSY_SOLVED_CUBE, scrambles[i], cube) + == -1) { printf("Invalid scramble\n"); continue; } -- cgit v1.3