anriseth / MultiJuMP.jl

MultiJuMP enables the user to easily run multiobjective optimisation problems and generate Pareto fronts.
Other
61 stars 11 forks source link

multithreading or multi-core support with MultiJuMP.jl #51

Open chenr86 opened 2 years ago

chenr86 commented 2 years ago

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?