nissy-nx

A Rubik's cube optimal solver
git clone https://git.tronto.net/nissy-nx
Download | Log | Files | Refs | README | LICENSE

threader_single.h (114B)


      1 #ifndef THREADER_SINGLE_H
      2 #define THREADER_SINGLE_H
      3 
      4 #include "solve.h"
      5 
      6 extern Threader threader_single;
      7 
      8 #endif