aboutsummaryrefslogtreecommitdiff
path: root/shell/shell.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-29 10:08:04 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-29 10:08:04 +0200
commit8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84 (patch)
tree8c0182f9bf94aaa8afe5126988e07af82c4409fd /shell/shell.c
parentcdf46d85efe7fa54e8c302a255214341c567b4af (diff)
downloadnissy-core-8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84.tar.gz
nissy-core-8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84.zip
Added stop / pause / resume solve to API
Diffstat (limited to 'shell/shell.c')
-rw-r--r--shell/shell.c2
1 files changed, 1 insertions, 1 deletions
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)
435 ret = nissy_solve( 435 ret = nissy_solve(
436 args->cube, args->str_solver, nissflag, args->minmoves, 436 args->cube, args->str_solver, nissflag, args->minmoves,
437 args->maxmoves, args->maxsolutions, args->optimal, args->threads, 437 args->maxmoves, args->maxsolutions, args->optimal, args->threads,
438 size, buf, SOLUTIONS_BUFFER_SIZE, solutions, stats); 438 size, buf, SOLUTIONS_BUFFER_SIZE, solutions, stats, NULL, NULL);
439 439
440 free(buf); 440 free(buf);
441 441

Generated with cgit - Back to sebastiano.tronto.net