solve_old.h (183B)
1 #ifndef SOLVE_H 2 #define SOLVE_H 3 4 #include "movesets.h" 5 6 AlgList * solve(Cube *cube, ChoiceStep *cs, SolveOptions *opts); 7 Alg * solve_2phase(Cube *cube, int nthreads); 8 9 #endif
nissy-nxA Rubik's cube optimal solver | |
git clone https://git.tronto.net/nissy-nx | |
Download | Log | Files | Refs | README | LICENSE |
solve_old.h (183B)
1 #ifndef SOLVE_H 2 #define SOLVE_H 3 4 #include "movesets.h" 5 6 AlgList * solve(Cube *cube, ChoiceStep *cs, SolveOptions *opts); 7 Alg * solve_2phase(Cube *cube, int nthreads); 8 9 #endif