nissy-nx

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

threader_eager.h (111B)


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