20     proof_success_count(0),
 
   21     light_proof_success_count(0),
 
   23     disproof_success_count(0),
 
   37     std::cerr << 
"~NtesukiSimulationSeacher:\t(" 
   40               << light_proof_success_count << 
"/" 
   41               << proof_success_count << 
"/" 
   44               << disproof_success_count << 
"/" 
   49 template bool osl::ntesuki::NtesukiSimulationSearcher::
 
   52                             const unsigned int passLeft,
 
   53                             const Move last_move);
 
   55 template bool osl::ntesuki::NtesukiSimulationSearcher::
 
   58                             const unsigned int passLeft,
 
   59                             const Move last_move);
 
   61 template bool osl::ntesuki::NtesukiSimulationSearcher::
 
   64                              const unsigned int passLeft,
 
   65                              const Move last_move);
 
   67 template bool osl::ntesuki::NtesukiSimulationSearcher::
 
   70                              const unsigned int passLeft,
 
   71                              const Move last_move);
 
   73 template bool osl::ntesuki::NtesukiSimulationSearcher::
 
   76                                const unsigned int passLeft,
 
   77                                const Move last_move);
 
   79 template bool osl::ntesuki::NtesukiSimulationSearcher::
 
   82                                const unsigned int passLeft,
 
   83                                const Move last_move);
 
   85 template bool osl::ntesuki::NtesukiSimulationSearcher::
 
   88                                 const unsigned int passLeft,
 
   89                                 const Move last_move);
 
   91 template bool osl::ntesuki::NtesukiSimulationSearcher::
 
   94                                 const unsigned int passLeft,
 
   95                                 const Move last_move);