]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Use cycle detection to bound search value
[stockfish] / src / position.h
index 0c8f7972d7f599b614de8336a3847b152faaa20c..06000e0ff264abfa7f993ce2fc8b248f1b24e58b 100644 (file)
@@ -152,6 +152,7 @@ public:
   bool is_chess960() const;
   Thread* this_thread() const;
   bool is_draw(int ply) const;
+  bool has_game_cycle(int ply) const;
   bool has_repeated() const;
   int rule50_count() const;
   Score psq_score() const;