aboutsummaryrefslogtreecommitdiff
path: root/src/steps.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/steps.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/steps.c b/src/steps.c
index ae3f9fd..79f609b 100644
--- a/src/steps.c
+++ b/src/steps.c
@@ -121,6 +121,25 @@ optimal_light_HTM = {
121 .ntables = 2, 121 .ntables = 2,
122}; 122};
123 123
124Step
125eofbfin_eofb = {
126 .shortname = "eofbfin",
127 .name = "Optimal after EO on F/B without breaking EO",
128
129 .final = true,
130 .is_done = is_solved,
131 .estimate = estimate_nxopt31_HTM,
132 .ready = check_eofb,
133 .ready_msg = check_eo_msg,
134 .is_valid = always_valid,
135 .moveset = &moveset_eofb,
136
137 .pre_trans = uf,
138
139 .tables = {&pd_nxopt31_HTM, &pd_corners_HTM},
140 .ntables = 2,
141};
142
124/* EO steps **************************/ 143/* EO steps **************************/
125Step 144Step
126eoany_HTM = { 145eoany_HTM = {
@@ -861,6 +880,7 @@ htrfin_htr = {
861Step *steps[NSTEPS] = { 880Step *steps[NSTEPS] = {
862 &optimal_HTM, /* first is default */ 881 &optimal_HTM, /* first is default */
863 &optimal_light_HTM, 882 &optimal_light_HTM,
883 &eofbfin_eofb,
864 884
865 &eoany_HTM, 885 &eoany_HTM,
866 &eofb_HTM, 886 &eofb_HTM,

Generated with cgit - Back to sebastiano.tronto.net