Go to the documentation of this file.
    3 #ifndef OSL_PROOFTREEDEPTHDFPN_H 
    4 #define OSL_PROOFTREEDEPTHDFPN_H 
    8 #include <boost/scoped_ptr.hpp> 
   17     class CheckHashRecord;
 
   27       boost::scoped_ptr<Table> 
table;
 
   34                       vector<Move>& pv) 
const;
 
   36       int orNode(
const HashKey& key, 
Move& best_move, 
int height=0) 
const;
 
   37       int andNode(
const HashKey& key, 
Move& best_move, 
int height=0) 
const;