Vasiliy Dommes
Vasiliy Dommes
### Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version Writerside 2024.2 EAP (build WRS-242.21870.138) ### Operating System Windows 11.0 (amd64) ### TeXiFy IDEA version 0.9.7 ### Description ### Stacktrace...
This PR fixes #41 by adding the following functions to `include/mps/context.h`: ``` // Set the number of threads, see "mpsolve -j" option void mps_context_set_n_threads (mps_context * s, int n_threads); //...
The following settings are available as command-line options for `mpsolve` executable, but are missing from `libmps` API: ``` -j n Number of threads to spawn as workers -S set Restrict...