diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-31 08:38:37 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-31 08:38:37 +0200 |
| commit | e2b154c40acaac4e7a7b3e379ada0404519c3750 (patch) | |
| tree | 2ddca6533b03180eee1cd199d1c5a56586211a65 /tools/400_solvetest_optimal/solvetest.c | |
| parent | 36c317ebd1cf1dba8a8cbec494f4d3971e6cefd3 (diff) | |
| download | nissy-core-e2b154c40acaac4e7a7b3e379ada0404519c3750.tar.gz nissy-core-e2b154c40acaac4e7a7b3e379ada0404519c3750.zip | |
Added solvetest for EO (broken for now)
Diffstat (limited to 'tools/400_solvetest_optimal/solvetest.c')
| -rw-r--r-- | tools/400_solvetest_optimal/solvetest.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/400_solvetest_optimal/solvetest.c b/tools/400_solvetest_optimal/solvetest.c new file mode 100644 index 0000000..0b6575f --- /dev/null +++ b/tools/400_solvetest_optimal/solvetest.c | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #define NISSFLAG NISSY_NISSFLAG_NORMAL | ||
| 2 | #define MINMOVES 0 | ||
| 3 | #define MAXMOVES 20 | ||
| 4 | #define MAXSOLUTIONS 100 | ||
| 5 | #define OPTIMAL 0 | ||
| 6 | |||
| 7 | #include "scrambles.h" | ||
| 8 | #include "../solvetest.h" | ||
