From 8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 29 Apr 2025 10:08:04 +0200 Subject: Added stop / pause / resume solve to API --- shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/shell.c b/shell/shell.c index 3ee69c4..1fa854f 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -435,7 +435,7 @@ solve_exec(args_t *args) ret = nissy_solve( args->cube, args->str_solver, nissflag, args->minmoves, args->maxmoves, args->maxsolutions, args->optimal, args->threads, - size, buf, SOLUTIONS_BUFFER_SIZE, solutions, stats); + size, buf, SOLUTIONS_BUFFER_SIZE, solutions, stats, NULL, NULL); free(buf); -- cgit v1.3