nissy-core

The "engine" of nissy, including the H48 optimal solver.
git clone https://git.tronto.net/nissy-core
Download | Log | Files | Refs | README | LICENSE

solvetest.c (221B)


      1 #define SOLVER       "drfbslice"
      2 #define NISSFLAG     NISSY_NISSFLAG_NORMAL
      3 #define MINMOVES     0
      4 #define MAXMOVES     20
      5 #define MAXSOLUTIONS 500
      6 #define OPTIMAL      1
      7 
      8 #include "scrambles.h"
      9 #include "../solvetest.h"