aboutsummaryrefslogtreecommitdiff
path: root/src/pruning.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-03-05 10:13:01 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-03-05 10:13:01 +0100
commit87a15e960e31365698df7e06cd3e6b851e17c1a5 (patch)
tree606a42e6251df3c24d92a2edefce723bdd103620 /src/pruning.h
parent3bfd0bb403d62bd942d1912d085ea59b156062fd (diff)
downloadnissy-87a15e960e31365698df7e06cd3e6b851e17c1a5.tar.gz
nissy-87a15e960e31365698df7e06cd3e6b851e17c1a5.zip
I made a mess, but it works. Still need to implement new optimal solver.
After that, a big redesign is due.
Diffstat (limited to 'src/pruning.h')
-rw-r--r--src/pruning.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pruning.h b/src/pruning.h
index 86691c1..93ae863 100644
--- a/src/pruning.h
+++ b/src/pruning.h
@@ -2,6 +2,7 @@
2#define PRUNING_H 2#define PRUNING_H
3 3
4#include "coord.h" 4#include "coord.h"
5#include "movesets.h"
5 6
6void free_pd(PruneData *pd); 7void free_pd(PruneData *pd);
7PruneData * genptable(PruneData *data, int nthreads); 8PruneData * genptable(PruneData *data, int nthreads);

Generated with cgit - Back to sebastiano.tronto.net