mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Revert "Extend full 3 fold detection to PvNodes"
This commit is contained in:
@@ -179,7 +179,7 @@ public:
|
||||
Thread* this_thread() const;
|
||||
int64_t nodes_searched() const;
|
||||
void set_nodes_searched(int64_t n);
|
||||
template<bool CheckRepetition, bool CheckThreeFold> bool is_draw() const;
|
||||
template<bool SkipRepetition> bool is_draw() const;
|
||||
|
||||
// Position consistency check, for debugging
|
||||
bool pos_is_ok(int* failedStep = NULL) const;
|
||||
|
||||
Reference in New Issue
Block a user