diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-15 08:29:37 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-15 08:29:37 +0100 |
| commit | 20ac0e60d7174114965d4419af0bb3028db8e447 (patch) | |
| tree | b94184b39965aa3cd74f4e5e2cec988603f224f4 /src/solve.h | |
| parent | 44beaa88e54d60d5c576380534cf5ebb8dd44709 (diff) | |
| download | nissy-20ac0e60d7174114965d4419af0bb3028db8e447.tar.gz nissy-20ac0e60d7174114965d4419af0bb3028db8e447.zip | |
Load all necessary pruning tables for a step before the actual solving process
starts. This is in preparation for multi-threaded solving (but don't get hyped,
it will take time).
Diffstat (limited to 'src/solve.h')
| -rw-r--r-- | src/solve.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/solve.h b/src/solve.h index ff84e7e..668cd9a 100644 --- a/src/solve.h +++ b/src/solve.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | #define SOLVE_H | 2 | #define SOLVE_H |
| 3 | 3 | ||
| 4 | #include "moves.h" | 4 | #include "moves.h" |
| 5 | #include "steps.h" | ||
| 5 | #include "trans.h" | 6 | #include "trans.h" |
| 6 | 7 | ||
| 7 | AlgList * solve(Cube cube, Step *step, SolveOptions *opts); | 8 | AlgList * solve(Cube cube, Step *step, SolveOptions *opts); |
