diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 11:26:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 11:26:49 +0200 |
| commit | 10632e9fa6e8037cd584a29536e6ab1be9ca359b (patch) | |
| tree | 56109926836991279a86eee054f260549e41ca7a /src/solvers/coord/eo.h | |
| parent | a107b58dc4c34c187e31065293124e722158b919 (diff) | |
| download | nissy-core-10632e9fa6e8037cd584a29536e6ab1be9ca359b.tar.gz nissy-core-10632e9fa6e8037cd584a29536e6ab1be9ca359b.zip | |
Reworked coordinate solver axis specification
Diffstat (limited to 'src/solvers/coord/eo.h')
| -rw-r--r-- | src/solvers/coord/eo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/solvers/coord/eo.h b/src/solvers/coord/eo.h index 86e09e9..2d45a4f 100644 --- a/src/solvers/coord/eo.h +++ b/src/solvers/coord/eo.h | |||
| @@ -14,11 +14,6 @@ STATIC coord_t coordinate_eo = { | |||
| 14 | .trans_mask = TM_SINGLE(TRANS_UFr), | 14 | .trans_mask = TM_SINGLE(TRANS_UFr), |
| 15 | .moves_mask_gendata = MM18_ALLMOVES, | 15 | .moves_mask_gendata = MM18_ALLMOVES, |
| 16 | .moves_mask_solve = MM18_ALLMOVES, | 16 | .moves_mask_solve = MM18_ALLMOVES, |
| 17 | .axistrans = { | ||
| 18 | [AXIS_UD] = TRANS_FDr, | ||
| 19 | [AXIS_RL] = TRANS_URr, | ||
| 20 | [AXIS_FB] = TRANS_UFr, | ||
| 21 | }, | ||
| 22 | .is_admissible = &solution_lastqt_cw, | 17 | .is_admissible = &solution_lastqt_cw, |
| 23 | .is_solvable = &is_eo_even, | 18 | .is_solvable = &is_eo_even, |
| 24 | .is_solved = NULL, | 19 | .is_solved = NULL, |
