Home
last modified time | relevance | path

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

/dports/games/freedoko/FreeDoko_0.7.19/src/player/
H A Daiconfig_heuristic.h51 try_color_for_partner, enumerator
131 AiconfigHeuristic::try_color_for_partner,
H A Daiconfig_heuristic.cpp119 case AiconfigHeuristic::try_color_for_partner: in to_string()
H A Daiconfig.cpp852 states.push_back(HeuristicState(Heuristic::try_color_for_partner, true)); in init_heuristic_states()
909 states.push_back(HeuristicState(Heuristic::try_color_for_partner, true)); in init_heuristic_states()
1174 states.push_back(HeuristicState(Heuristic::try_color_for_partner, true)); in init_heuristic_states()
/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai/
H A Dheuristics.h48 Card try_color_for_partner(Trick const& trick,
H A Dheuristic.cpp137 case Aiconfig::Heuristic::try_color_for_partner: in create()
139 &Heuristics::try_color_for_partner); in create()
H A Dheuristics.cpp700 try_color_for_partner(Trick const& trick, in try_color_for_partner() function
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dplayers_db.cpp467 case Aiconfig::Heuristic::try_color_for_partner: in recreate_db()