summaryrefslogtreecommitdiff
path: root/include/ct1975.h
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-13 16:39:16 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit2ef0078ba2afd99c4fc2673497f3d3a39119cf5d (patch)
tree3f3c791ee9b0136270f6cae2de3d96fce18e6a5c /include/ct1975.h
parentaff5fe7f343194366beeda700a2f4a383e40fa73 (diff)
Trying minimax
Diffstat (limited to 'include/ct1975.h')
-rw-r--r--include/ct1975.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/ct1975.h b/include/ct1975.h
deleted file mode 100644
index a1e2be3..0000000
--- a/include/ct1975.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <stdint.h>
-#include "tak.h"
-#include "weights.h"
-
-float
-ct1975_evaluate_black_win(void);
-
-extern char ct1975_ptn[9];
-extern float ct1975_optimal;
-
-// Generate PTN of the ````best'''' action and store it in ct1975_ptn,
-// along with its evaluation in ct1975_optimal. The display_progress
-// argument is a call-back, called on every new square.
-void
-ct1975_generate_ptn(void display_progress(void));