My Project
addEffectWithEffect.cc
Go to the documentation of this file.
3#ifdef RELEASE
5#endif
6
7namespace osl{
8 // explicit template instantiation
9 namespace move_generator
10 {
12 template void GenerateAddEffectWithEffect::generate<true>
14 template void GenerateAddEffectWithEffect::generate<false>
16 // for fixed depth search
19 //
22 } // namespace move_generator
23} // namespace osl
24// ;;; Local Variables:
25// ;;; mode:c++
26// ;;; c-basic-offset:2
27// ;;; End:
利きを持つ局面
利きをつける手を生成 利きを持つstateでしか使えない.
move_action::Store store_t
Player
Definition basic_type.h:8
指手を MoveVector に保管
Definition move_action.h:16