Go to the documentation of this file.
3 #ifndef OSL_SEARCHMONITOR_H
4 #define OSL_SEARCHMONITOR_H
17 virtual void showPV(
int depth,
size_t node_count,
double elapsed,
int value,
Move cur,
const Move *first,
const Move *last,
18 const bool *threatmate_first,
const bool *threatmate_last);
19 virtual void showFailLow(
int depth,
size_t node_count,
double elapsed,
int value,
Move cur);
22 virtual void timeInfo(
size_t node_count,
double elapsed);
33 void showPV(
int depth,
size_t node_count,
double elapsed,
int value,
Move cur,
const Move *first,
const Move *last,
34 const bool *threatmate_first,
const bool *threatmate_last);