X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsyzygy%2Ftbprobe.h;h=b23fdf66a1e5eb6c1aade5eacb59756da911a786;hb=1c0c4db6775fae5a8b785630f4fd406c235880d9;hp=2bcc0834c9cb8bb7896679703aa8627f067bba14;hpb=7eaea3848c9e8a388c0b79cee6fba6bf3cd32108;p=stockfish diff --git a/src/syzygy/tbprobe.h b/src/syzygy/tbprobe.h index 2bcc0834..b23fdf66 100644 --- a/src/syzygy/tbprobe.h +++ b/src/syzygy/tbprobe.h @@ -12,6 +12,7 @@ int probe_wdl(Position& pos, int *success); int probe_dtz(Position& pos, int *success); bool root_probe(Position& pos, Search::RootMoves& rootMoves, Value& score); bool root_probe_wdl(Position& pos, Search::RootMoves& rootMoves, Value& score); +void filter_root_moves(Position& pos, Search::RootMoves& rootMoves); }