Hi,
Is there a way to specify the number of threads for solving a MIP while using open source solvers?
I tried using GLPK and CBC. I run the MIP on a Windows serrver.
I installed cbc 2.9.5:
For CBC:
I tried giving the option:
results = opt.solve(instance, suffixes = ['rc'], options = "threads=24", tee=True)
I get a message:
No match for threads
No match for 24
Please let me know if it is possible to specify multiple threads while using CBC on Windows server or is it only possible for Linux servers. Thank you.
Regards,
Pranav