diff options
Diffstat (limited to 'src/steps.c')
| -rw-r--r-- | src/steps.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/steps.c b/src/steps.c index 83d105c..3189811 100644 --- a/src/steps.c +++ b/src/steps.c | |||
| @@ -27,7 +27,6 @@ static int estimate_dr_eofb(DfsArg *arg); | |||
| 27 | static int estimate_drudfin_drud(DfsArg *arg); | 27 | static int estimate_drudfin_drud(DfsArg *arg); |
| 28 | static int estimate_htr_drud(DfsArg *arg); | 28 | static int estimate_htr_drud(DfsArg *arg); |
| 29 | static int estimate_htrfin_htr(DfsArg *arg); | 29 | static int estimate_htrfin_htr(DfsArg *arg); |
| 30 | /*static int estimate_khuge_HTM(DfsArg *arg);*/ | ||
| 31 | static int estimate_nxopt31_HTM(DfsArg *arg); | 30 | static int estimate_nxopt31_HTM(DfsArg *arg); |
| 32 | static int estimate_light_HTM(DfsArg *arg); | 31 | static int estimate_light_HTM(DfsArg *arg); |
| 33 | 32 | ||
| @@ -54,28 +53,6 @@ static char check_drany_msg[100] = "DR must be solved on at least one axis"; | |||
| 54 | 53 | ||
| 55 | /* Optimal solvers *******************/ | 54 | /* Optimal solvers *******************/ |
| 56 | 55 | ||
| 57 | /* This is not used anymore, I'll keep it just in case */ | ||
| 58 | /* | ||
| 59 | Step | ||
| 60 | optimal_khuge_HTM = { | ||
| 61 | .shortname = "khuge", | ||
| 62 | .name = "Optimal solve (in HTM) using khuge table", | ||
| 63 | |||
| 64 | .final = true, | ||
| 65 | .is_done = is_solved, | ||
| 66 | .estimate = estimate_khuge_HTM, | ||
| 67 | .ready = check_centers, | ||
| 68 | .ready_msg = check_centers_msg, | ||
| 69 | .is_valid = always_valid, | ||
| 70 | .moveset = &moveset_HTM, | ||
| 71 | |||
| 72 | .pre_trans = uf, | ||
| 73 | |||
| 74 | .tables = {&pd_khuge_HTM, &pd_corners_HTM}, | ||
| 75 | .ntables = 2, | ||
| 76 | }; | ||
| 77 | */ | ||
| 78 | |||
| 79 | Step | 56 | Step |
| 80 | optimal_HTM = { | 57 | optimal_HTM = { |
| 81 | .shortname = "optimal", | 58 | .shortname = "optimal", |
| @@ -1196,14 +1173,6 @@ estimate_htrfin_htr(DfsArg *arg) | |||
| 1196 | return ptableval(&pd_htrfin_htr, arg->cube); | 1173 | return ptableval(&pd_htrfin_htr, arg->cube); |
| 1197 | } | 1174 | } |
| 1198 | 1175 | ||
| 1199 | /* | ||
| 1200 | static int | ||
| 1201 | estimate_khuge_HTM(DfsArg *arg) | ||
| 1202 | { | ||
| 1203 | return estimate_nxoptlike(arg, &pd_khuge_HTM); | ||
| 1204 | } | ||
| 1205 | */ | ||
| 1206 | |||
| 1207 | static int | 1176 | static int |
| 1208 | estimate_nxopt31_HTM(DfsArg *arg) | 1177 | estimate_nxopt31_HTM(DfsArg *arg) |
| 1209 | { | 1178 | { |
