* @brief Free memory used by the solver. */
| 408 | * @brief Free memory used by the solver. |
| 409 | */ |
| 410 | void STDCALL FreeMemory() |
| 411 | { |
| 412 | for (unsigned thrId = 0; thrId < memory.NumThreads(); thrId++) |
| 413 | memory.ReturnThread(thrId); |
| 414 | } |
| 415 | |
| 416 | void STDCALL ErrorMessage(int code, char line[80]) |
| 417 | { |