diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-09 00:42:39 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-09 00:42:39 +0100 |
| commit | 8acabe18cad69d7c7ed7a00ffef654abc3873a16 (patch) | |
| tree | 3fd05d3f6fb9ce51644d27688c073a49f7df0c73 /src/solve.c | |
| parent | 849edbb69700a9f7520e159d94333ef5b798685b (diff) | |
| download | nissy-8acabe18cad69d7c7ed7a00ffef654abc3873a16.tar.gz nissy-8acabe18cad69d7c7ed7a00ffef654abc3873a16.zip | |
Multi-threaded pruning table generation - now it's actually fast :)
Diffstat (limited to '')
| -rw-r--r-- | src/solve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solve.c b/src/solve.c index 42b4607..ec16935 100644 --- a/src/solve.c +++ b/src/solve.c | |||
| @@ -282,7 +282,7 @@ solve(Cube cube, Step *step, SolveOptions *opts) | |||
| 282 | EstimateData *ed; | 282 | EstimateData *ed; |
| 283 | bool b; | 283 | bool b; |
| 284 | 284 | ||
| 285 | prepare_step(step); | 285 | prepare_step(step, opts->nthreads); |
| 286 | 286 | ||
| 287 | if (step->detect != NULL) | 287 | if (step->detect != NULL) |
| 288 | step->pre_trans = step->detect(cube); | 288 | step->pre_trans = step->detect(cube); |
