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 /tools/409_solvetest_opt1_DRSLICE_FB/solvetest.c | |
| 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 'tools/409_solvetest_opt1_DRSLICE_FB/solvetest.c')
| -rw-r--r-- | tools/409_solvetest_opt1_DRSLICE_FB/solvetest.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/409_solvetest_opt1_DRSLICE_FB/solvetest.c b/tools/409_solvetest_opt1_DRSLICE_FB/solvetest.c new file mode 100644 index 0000000..0e4ecef --- /dev/null +++ b/tools/409_solvetest_opt1_DRSLICE_FB/solvetest.c | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #define NISSFLAG NISSY_NISSFLAG_NORMAL | ||
| 2 | #define MINMOVES 0 | ||
| 3 | #define MAXMOVES 20 | ||
| 4 | #define MAXSOLUTIONS 500 | ||
| 5 | #define OPTIMAL 1 | ||
| 6 | |||
| 7 | #include "scrambles.h" | ||
| 8 | #include "../solvetest.h" | ||
