| 15 | } |
| 16 | |
| 17 | auto SolveBoard( |
| 18 | SolverContext& ctx, |
| 19 | const Deal& dl, |
| 20 | int target, |
| 21 | int solutions, |
| 22 | int mode, |
| 23 | FutureTricks* futp) -> int |
| 24 | { |
| 25 | return solve_board(ctx, dl, target, solutions, mode, futp); |
| 26 | } |
nothing calls this directly
no test coverage detected