diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 09:12:14 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 09:40:42 +0200 |
| commit | a107b58dc4c34c187e31065293124e722158b919 (patch) | |
| tree | f5f828f424c95619abf8a902a060a9d5fd693cba /src | |
| parent | 4e4c710131b143cfb6651d23945746f02bf2593e (diff) | |
| download | nissy-core-a107b58dc4c34c187e31065293124e722158b919.tar.gz nissy-core-a107b58dc4c34c187e31065293124e722158b919.zip | |
Added solvetests for DRSLICE
This also changes the rotation axes for DRSLICE, so that the move
U gets transformed to R and F instead of L and B.
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/coord/drslice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solvers/coord/drslice.h b/src/solvers/coord/drslice.h index 4299b30..01bc346 100644 --- a/src/solvers/coord/drslice.h +++ b/src/solvers/coord/drslice.h | |||
| @@ -25,8 +25,8 @@ STATIC coord_t coordinate_drslice = { | |||
| 25 | .moves_mask_solve = MM18_DR_NOD, | 25 | .moves_mask_solve = MM18_DR_NOD, |
| 26 | .axistrans = { | 26 | .axistrans = { |
| 27 | [AXIS_UD] = TRANS_UFr, | 27 | [AXIS_UD] = TRANS_UFr, |
| 28 | [AXIS_RL] = TRANS_RFr, | 28 | [AXIS_RL] = TRANS_LFr, |
| 29 | [AXIS_FB] = TRANS_FDr, | 29 | [AXIS_FB] = TRANS_FUr, |
| 30 | }, | 30 | }, |
| 31 | .is_admissible = &solution_always_valid, | 31 | .is_admissible = &solution_always_valid, |
| 32 | .is_solvable = &is_drslice_solvable, | 32 | .is_solvable = &is_drslice_solvable, |
