solver_nxopt31.h (201B)
1 #ifndef SOLVER_NXOPT31_H 2 #define SOLVER_NXOPT31_H 3 4 #include "fst.h" 5 #include "pruning.h" 6 #include "solve.h" 7 #include "movesets.h" 8 9 extern Solver solver_nxopt31; 10 11 void prepare_solver_nxopt31(); 12 13 #endif