<div dir="ltr">Hi,<div><br></div><div>In the past, I have used CBC though Julia JuMP library, where running parallel branch & bound can be done easily by specifying the Threads=N argument for the solver. I'm now transferring some of my code to C++ and I'm not sure how to run the B&B parallel using C++. Is it trivial?<br></div><div><br></div><div>What's worrisome is that <font color="#000000"><span style="background-color:rgb(255,255,255)"><font face="source code pro" style="font-size:10.5pt">model.haveMultiThreadSupport() </font><font face="arial, helvetica, sans-serif">returns false which suggest I don't even have the prerequisites for parallel B&B. I guess the quick start guide for Unix-like systems in </font></span></font><font color="#000000" face="arial, helvetica, sans-serif"><a href="https://projects.coin-or.org/Cbc">https://projects.coin-or.org/Cbc</a> doesn't include the necessary option for building CBC with parallel support. What actions should I take? I'm fine with rebuilding the whole set of libraries and dependencies.</font></div><div><br></div><div><font color="#000000" face="arial, helvetica, sans-serif">Thanks!</font></div><div><font color="#000000" face="arial, helvetica, sans-serif">Jesse</font></div></div>