aboutsummaryrefslogtreecommitdiff
path: root/src/solve.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-09-06 23:25:31 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-09-06 23:25:31 +0200
commit569983380edfb3744192b5a652e2ac038840e53d (patch)
treefeea695d10d6984b45ce2a55efec3f10e5ff36be /src/solve.h
parenta125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4 (diff)
downloadnissy-569983380edfb3744192b5a652e2ac038840e53d.tar.gz
nissy-569983380edfb3744192b5a652e2ac038840e53d.zip
Removed some code preparing for moving optimal solver away from general coordinate solving.
Kept symcoord for coordinate solving.
Diffstat (limited to 'src/solve.h')
-rw-r--r--src/solve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solve.h b/src/solve.h
index 9039e4a..9a284ff 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
8AlgList * solve(Cube *cube, Step *step, SolveOptions *opts); 8AlgList * solve(Cube *cube, ChoiceStep *cs, SolveOptions *opts);
9Alg * solve_2phase(Cube *cube, int nthreads); 9Alg * solve_2phase(Cube *cube, int nthreads);
10 10
11#endif 11#endif

Generated with cgit - Back to sebastiano.tronto.net