solvetest.c (213B)
1 #define SOLVER "eoud" 2 #define NISSFLAG NISSY_NISSFLAG_ALL 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"
nissy-coreThe "engine" of nissy, including the H48 optimal solver. | |
| git clone https://git.tronto.net/nissy-core | |
| Download | Log | Files | Refs | README | LICENSE |
solvetest.c (213B)
1 #define SOLVER "eoud" 2 #define NISSFLAG NISSY_NISSFLAG_ALL 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"