#include <computerPlayer.h>
Public Member Functions | |
virtual | ~ComputerPlayerSelectBestMoveInTime () |
virtual const MoveWithComment | selectBestMoveInTime (const GameState &, const search::TimeAssigned &)=0 |
Definition at line 58 of file computerPlayer.h.
|
virtual |
Definition at line 45 of file computerPlayer.cc.
|
pure virtual |
Implemented in osl::game_playing::SearchPlayer, and osl::game_playing::BookPlayer.