<div dir="ltr">Hi!<div><br></div><div>I've just started to use SCIP, and so far I like it. I'm coding in the C API.</div><div>I have several problems and some of them take a long time to solve. 24 hours and more to solve to optimal solution.</div><div><br></div><div>Since I want to break the search before this, and live with suboptimal solution, I add the following:</div><div><br></div><div><div>SCIP_CALL( SCIPsetRealParam(mip, "limits/time", 3600 ));</div></div><div><br></div><div>... such that the solver runs for an hour. However, how can I then check if the solution sound in this solution is optimal or not? Is there an API call for that, of can I check the gap in some way?</div><div><br></div><div>SCIPsolIsOptimal(scip,sol);  ??</div><div><br></div><div>Thanks,</div><div>-Øystein</div><div><br></div><div><br></div></div>