| 436 | } |
| 437 | |
| 438 | auto SolverContext::MoveGenContext::reinit( |
| 439 | const int tricks, |
| 440 | const int leadHand) -> void |
| 441 | { |
| 442 | thr_->moves.Reinit(tricks, leadHand); |
| 443 | } |
| 444 | |
| 445 | auto SolverContext::MoveGenContext::init( |
| 446 | const int tricks, |
no test coverage detected