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. --- src/steps.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/steps.h') diff --git a/src/steps.h b/src/steps.h index 0511b27..206f8b4 100644 --- a/src/steps.h +++ b/src/steps.h @@ -2,6 +2,7 @@ #define STEPS_H #include "pruning.h" +#include "movesets.h" bool check_centers(Cube *cube); bool check_coud_HTM(Cube *cube); @@ -13,10 +14,10 @@ bool check_cornershtr(Cube *cube); bool check_eofb(Cube *cube); bool check_drud(Cube *cube); bool check_htr(Cube *cube); -void compute_ind(Step *a, Cube *cube, Movable *ind); +/*void compute_ind(Step *a, Cube *cube, Movable *ind);*/ void prepare_cs(ChoiceStep *cs, SolveOptions *opts); bool always_valid(Alg *alg); -bool validate_singlecw_ending(Alg *alg); +Alg * validate_singlecw_ending(Alg *alg); #ifndef STEPS_C -- cgit v1.3