#include #include "tak.h" #include "weights.h" extern const float infty; extern char ct1986_ptn[9]; extern inline void ct1986_display_progress(const uint8_t); float ct1986_evaluate_win(void); // Generate PTN of the ````best'''' action and store it in ct1986_ptn, // along with its value as the return. The ct1986_display_progress // function pointer is called on every new square. extern char ct1986_ptn[9]; float ct1986_generate(const uint8_t max_depth); void ct1986_generate_ptn(void display_progress(void));