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 (216B)


      1 #define SOLVER       "drfb"
      2 #define NISSFLAG     NISSY_NISSFLAG_LINEAR
      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"