diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-19 07:32:09 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-19 07:32:09 +0100 |
| commit | de04d37e8520079f5bba3b1a87d42313297543db (patch) | |
| tree | dcbf454949def970c428a9b4627ae04e0e9ad1fb /src/solvers/dispatch.h | |
| parent | d5c60236c06e67e8da45e63843b37e5d619e9d7b (diff) | |
| download | nissy-core-h48-corner-estimate.tar.gz nissy-core-h48-corner-estimate.zip | |
Add coordinate solvers for cornersh48-corner-estimate
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/dispatch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/solvers/dispatch.h b/src/solvers/dispatch.h index 71b3947..8147929 100644 --- a/src/solvers/dispatch.h +++ b/src/solvers/dispatch.h | |||
| @@ -65,6 +65,7 @@ const char *solver_aliases[][2] = { | |||
| 65 | { "htr-drud", "coord_HTR_UF" }, | 65 | { "htr-drud", "coord_HTR_UF" }, |
| 66 | { "htr-drrl", "coord_HTR_LF" }, | 66 | { "htr-drrl", "coord_HTR_LF" }, |
| 67 | { "htr-drfb", "coord_HTR_BU" }, | 67 | { "htr-drfb", "coord_HTR_BU" }, |
| 68 | { "corners", "coord_CORNERS_UF" }, | ||
| 68 | { NULL, NULL } | 69 | { NULL, NULL } |
| 69 | }; | 70 | }; |
| 70 | 71 | ||
