diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-06 18:00:40 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-06 18:00:40 +0200 |
| commit | a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4 (patch) | |
| tree | 71cef86f853f6cae109841cf5bb15bf1b412fdd2 /src/solve.h | |
| parent | 072c52f9a54144bc9a58cf2855d5b582f8ba7a1a (diff) | |
| download | nissy-a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4.tar.gz nissy-a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4.zip | |
Symcoord version of nissy. Interesting idea, but performance are
actually slower. AT THIS STAGE NISSY IS NOT USABLE.
Diffstat (limited to 'src/solve.h')
| -rw-r--r-- | src/solve.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solve.h b/src/solve.h index 6ce6609..9039e4a 100644 --- a/src/solve.h +++ b/src/solve.h | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #include "steps.h" | 5 | #include "steps.h" |
| 6 | #include "trans.h" | 6 | #include "trans.h" |
| 7 | 7 | ||
| 8 | AlgList * solve(Cube cube, Step *step, SolveOptions *opts); | 8 | AlgList * solve(Cube *cube, Step *step, SolveOptions *opts); |
| 9 | Alg * solve_2phase(Cube cube, int nthreads); | 9 | Alg * solve_2phase(Cube *cube, int nthreads); |
| 10 | 10 | ||
| 11 | #endif | 11 | #endif |
