solvetest.c (219B)
1 #define SOLVER "drfbfin" 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"
![]() | 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 (219B)
1 #define SOLVER "drfbfin" 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"