* Set the maximum number of threads used by the solver. * * Public API documentation is maintained in the API headers. */
| 52 | * Public API documentation is maintained in the API headers. |
| 53 | */ |
| 54 | void STDCALL SetMaxThreads( |
| 55 | int userThreads) |
| 56 | { |
| 57 | SetResources(0, userThreads); |
| 58 | } |
| 59 | |
| 60 | |
| 61 | /* |