diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-29 10:08:04 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-29 10:08:04 +0200 |
| commit | 8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84 (patch) | |
| tree | 8c0182f9bf94aaa8afe5126988e07af82c4409fd /shell | |
| parent | cdf46d85efe7fa54e8c302a255214341c567b4af (diff) | |
| download | nissy-core-8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84.tar.gz nissy-core-8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84.zip | |
Added stop / pause / resume solve to API
Diffstat (limited to '')
| -rw-r--r-- | shell/shell.c | 2 |
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 | ||
