Home
last modified time | relevance | path

Searched refs:last_trick_to_calculate (Results 1 – 7 of 7) sorted by relevance

/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai/
H A Dheuristic_ai.h62 unsigned last_trick_to_calculate() const in last_trick_to_calculate() function
63 { return this->ai_->last_trick_to_calculate(); } in last_trick_to_calculate()
H A Dvirtual_games_ai.h63 unsigned last_trick_to_calculate() const override in last_trick_to_calculate() function
64 { return this->ai_->last_trick_to_calculate(); } in last_trick_to_calculate()
H A Dai.h157 unsigned last_trick_to_calculate() const;
158 void set_last_trick_to_calculate(unsigned last_trick_to_calculate);
H A Dw_virtual_games.cpp145 ((this->vgi().last_trick_to_calculate() in calculate_end_depth()
147 ? (this->vgi().last_trick_to_calculate() in calculate_end_depth()
H A Dvirtual_games_interface.h89 virtual unsigned last_trick_to_calculate() const = 0;
H A Dgametree.cpp207 ( (this->vgi().last_trick_to_calculate() in calculate_end_depth()
209 ? (this->vgi().last_trick_to_calculate() in calculate_end_depth()
H A Dai.cpp1576 Ai::last_trick_to_calculate() const in last_trick_to_calculate() function in Ai
1589 Ai::set_last_trick_to_calculate(unsigned const last_trick_to_calculate) in set_last_trick_to_calculate() argument
1591 this->last_trick_to_calculate_ = last_trick_to_calculate; in set_last_trick_to_calculate()