| 233 | |
| 234 | |
| 235 | int STDCALL SolveAllBoardsBin( |
| 236 | Boards const * bop, |
| 237 | SolvedBoards * solvedp) |
| 238 | { |
| 239 | return solve_all_boards_n(* bop, * solvedp); |
| 240 | } |
| 241 | |
| 242 | |
| 243 | int STDCALL SolveAllChunksPBN( |
nothing calls this directly
no test coverage detected