| 175 | |
| 176 | |
| 177 | void CloseDebugFiles() |
| 178 | { |
| 179 | for (unsigned thrId = 0; thrId < memory.NumThreads(); thrId++) |
| 180 | { |
| 181 | SolverContext tmp_ctx; |
| 182 | [[maybe_unused]] auto thrp = tmp_ctx.thread(); |
| 183 | thrp->close_debug_files(); |
| 184 | } |
| 185 | } |
| 186 | |
| 187 | |
| 188 | void SetDeal( |
no test coverage detected