<div dir="ltr"><div><div><div>Hello.<br><br></div>I have implemented a BB by deriving a myModel class from CbcModel. The main difference is in the ::checkSolution() method, which is specialized to the model. <br><br>The sequential version seems to work just fine. The multi-thread version, instead, does not: while everything works fine in the root node and the right solution check is run, in CbcThread.cpp:573, the new CbcModels that run the threads are created using the copy constructor of the original CbcModel, and hence during the BB the original (and invalid for my problem) checkSolution() method is used.<br>
<br></div>Is there a clean way to make the threads use myModel objects rather than CbcModels?<br><br>Thanks,<br></div>Pietro<br></div>