<div dir="ltr">Hi<div><br></div><div> I am trying to use two CBC processes in different threads. For example thread 1 solves a problem using pure branch and bound and thread 2 uses branch and cut with some parameters for solving the same problem (this is just an example).</div><div><br></div><div> I need to make these threads check regularly if the other threads have finished solving, so there is an optimal solution found and there is no need for other threads to continue.</div><div><br></div><div> Is there any way to do pause-resume in cbc from programming side (i.e. not using cmd/terminal and ctrl-S etc.)? for example pause every 1 second, check some flag and continue or terminate.</div><div><br></div><div>Thanks</div><div><br></div><div>Babak M.</div></div>