| 461 | } |
| 462 | |
| 463 | auto SolverContext::MoveGenContext::print_function_stats(std::ofstream& fout) const -> void |
| 464 | { |
| 465 | thr_->moves.PrintFunctionStats(fout); |
| 466 | } |
| 467 | |
| 468 | auto SolverContext::MoveGenContext::print_trick_details(std::ofstream& fout) const -> void |
| 469 | { |
no test coverage detected