<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"><style>body { line-height: 1.5; }body { font-size: 12pt; font-family: Calibri; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Dear all,</div><div><br></div><div>I am using SCIP to implement my branch and price algorithm.</div><div><span style="font-size: 12pt; line-height: 1.5; background-color: window;">Now I want to terminate the SCIP earlier since I can judge the problem has been optimally solved when some condition is satisfied.  </span></div><div>Suppose UB and LB be the objective value of best incumbent and the best remaining node in the branch and bound tree.</div><div>For my instances considered, SCIP has optimally solved one instance if UB-LB < 1.</div><div><br></div><div>Can you tell me how to set the earlier termination condition in SCIP?</div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><div>Xiangyong Li</div><div><br></div><div><br></div>
</body></html>