From f021ee7fa4975eab02c158451093a28e83a725d9 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 31 May 2022 17:29:08 +0200 Subject: Big changes to coordinate system: remove "anti-index" in favor of a more kociemba-like move function for each coordinate. This should speedup the table generation step. WARNING: nissy might not be 100% functional at this stage, TESTING needed! --- src/coord.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/coord.h') diff --git a/src/coord.h b/src/coord.h index 81e5866..61398a4 100644 --- a/src/coord.h +++ b/src/coord.h @@ -18,7 +18,10 @@ extern Coordinate coord_htr_drud; extern Coordinate coord_htrfin; extern Coordinate coord_cpud_separate; -void test_coord(Coordinate *coord); +extern int cpud_separate_ant[BINOM8ON4]; +extern int cpud_separate_ind[FACTORIAL8]; +extern int cornershtrfin_ant[24*24/6]; + void init_coord(); #endif -- cgit v1.3