MultiJuMP.jl
MultiJuMP.jl copied to clipboard
multithreading or multi-core support with MultiJuMP.jl
Hello,
I’m using MultiJuMP.jl and Juniper to solve an MINLP problem. It takes more than 2 hours to optimize the problem using one core. I wonder how can I accelerate the calculation process. Can I run my code with multithread or multi-cores with MultiJuMP.jl? How to do that?