From 569983380edfb3744192b5a652e2ac038840e53d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 6 Sep 2022 23:25:31 +0200 Subject: Removed some code preparing for moving optimal solver away from general coordinate solving. Kept symcoord for coordinate solving. --- src/solve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/solve.h') 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 @@ #include "steps.h" #include "trans.h" -AlgList * solve(Cube *cube, Step *step, SolveOptions *opts); +AlgList * solve(Cube *cube, ChoiceStep *cs, SolveOptions *opts); Alg * solve_2phase(Cube *cube, int nthreads); #endif -- cgit v1.3