diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-11-25 18:03:50 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-11-25 18:03:50 +0100 |
| commit | 4d0b1a53f04f1c5bc95de20fb92b2bd9cf16a895 (patch) | |
| tree | 5294d9b3655031535085a5163c2c5b5cbe7413b1 /tools/420_solvetest_h48_symmetric/solvetest.c | |
| parent | 3ca4814562f6c756e9a110dab7d54cda30267fb1 (diff) | |
| parent | 147b0c3c4615c32478a4923242909b8ae5a30d03 (diff) | |
| download | nissy-core-4d0b1a53f04f1c5bc95de20fb92b2bd9cf16a895.tar.gz nissy-core-4d0b1a53f04f1c5bc95de20fb92b2bd9cf16a895.zip | |
Merge branch 'master' of tronto.net:nissy-core
Diffstat (limited to 'tools/420_solvetest_h48_symmetric/solvetest.c')
| -rw-r--r-- | tools/420_solvetest_h48_symmetric/solvetest.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/420_solvetest_h48_symmetric/solvetest.c b/tools/420_solvetest_h48_symmetric/solvetest.c new file mode 100644 index 0000000..245b7fe --- /dev/null +++ b/tools/420_solvetest_h48_symmetric/solvetest.c | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #define SOLVER "h48h3k2" | ||
| 2 | #define NISSFLAG NISSY_NISSFLAG_NORMAL | ||
| 3 | #define MINMOVES 0 | ||
| 4 | #define MAXMOVES 20 | ||
| 5 | #define MAXSOLUTIONS 500 | ||
| 6 | #define OPTIMAL 0 | ||
| 7 | |||
| 8 | #include "scrambles.h" | ||
| 9 | #include "../solvetest.h" | ||
