aboutsummaryrefslogtreecommitdiff
path: root/src/steps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/steps.c')
-rw-r--r--src/steps.c31
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);
27static int estimate_drudfin_drud(DfsArg *arg); 27static int estimate_drudfin_drud(DfsArg *arg);
28static int estimate_htr_drud(DfsArg *arg); 28static int estimate_htr_drud(DfsArg *arg);
29static int estimate_htrfin_htr(DfsArg *arg); 29static int estimate_htrfin_htr(DfsArg *arg);
30/*static int estimate_khuge_HTM(DfsArg *arg);*/
31static int estimate_nxopt31_HTM(DfsArg *arg); 30static int estimate_nxopt31_HTM(DfsArg *arg);
32static int estimate_light_HTM(DfsArg *arg); 31static 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/*
59Step
60optimal_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
79Step 56Step
80optimal_HTM = { 57optimal_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/*
1200static int
1201estimate_khuge_HTM(DfsArg *arg)
1202{
1203 return estimate_nxoptlike(arg, &pd_khuge_HTM);
1204}
1205*/
1206
1207static int 1176static int
1208estimate_nxopt31_HTM(DfsArg *arg) 1177estimate_nxopt31_HTM(DfsArg *arg)
1209{ 1178{

Generated with cgit - Back to sebastiano.tronto.net