diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-13 19:16:32 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-14 10:26:34 +0100 |
| commit | b25989e47adfadabcf0dabfd58d615622887cee0 (patch) | |
| tree | bf0037801f22e4bff1d29ce1724725cab098d4a5 /src/solvers/dispatch.h | |
| parent | 6c42463b800bbab4583e90aeb748a79037c65a9e (diff) | |
| download | nissy-core-b25989e47adfadabcf0dabfd58d615622887cee0.tar.gz nissy-core-b25989e47adfadabcf0dabfd58d615622887cee0.zip | |
Intertwined table seems to work
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/dispatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/dispatch.h b/src/solvers/dispatch.h index 7e647ce..1bec0e2 100644 --- a/src/solvers/dispatch.h +++ b/src/solvers/dispatch.h | |||
| @@ -43,7 +43,7 @@ solver_dispatch_t solver_dispatchers[] = { | |||
| 43 | }; | 43 | }; |
| 44 | 44 | ||
| 45 | const char *solver_aliases[][2] = { | 45 | const char *solver_aliases[][2] = { |
| 46 | { "optimal", "h48h7k2" }, | 46 | { "optimal", "h48h7i" }, |
| 47 | { "eofb", "coord_EO_UF" }, | 47 | { "eofb", "coord_EO_UF" }, |
| 48 | { "eorl", "coord_EO_UR" }, | 48 | { "eorl", "coord_EO_UR" }, |
| 49 | { "eoud", "coord_EO_FD" }, | 49 | { "eoud", "coord_EO_FD" }, |
