From 87a15e960e31365698df7e06cd3e6b851e17c1a5 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 5 Mar 2023 10:13:01 +0100 Subject: I made a mess, but it works. Still need to implement new optimal solver. After that, a big redesign is due. --- old/solve_old.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 old/solve_old.h (limited to 'old/solve_old.h') diff --git a/old/solve_old.h b/old/solve_old.h new file mode 100644 index 0000000..010389e --- /dev/null +++ b/old/solve_old.h @@ -0,0 +1,9 @@ +#ifndef SOLVE_H +#define SOLVE_H + +#include "movesets.h" + +AlgList * solve(Cube *cube, ChoiceStep *cs, SolveOptions *opts); +Alg * solve_2phase(Cube *cube, int nthreads); + +#endif -- cgit v1.3