aboutsummaryrefslogtreecommitdiff
path: root/src/pruning.h
blob: 93ae8637ca7be92b01ef2ffe216348a622557f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef PRUNING_H
#define PRUNING_H

#include "coord.h"
#include "movesets.h"

void        free_pd(PruneData *pd);
PruneData * genptable(PruneData *data, int nthreads);
void        print_ptable(PruneData *pd);
uint64_t    ptablesize(PruneData *pd);
int         ptableval(PruneData *pd, uint64_t ind);

extern PruneData *active_pd[256];

#endif

Generated with cgit - Back to sebastiano.tronto.net