<div dir="ltr"><div class="gmail_default" style="font-size:large"><div class="gmail_default">Hi, I'm using SCIP to solve a sequence of problems, sometimes the process may be killed due to some reasons, all the information is lost. So i want to save as much information as possible during the solving process so that I can utilize the information in the process of solving a new problem(only objective function changes) when the process is killed.</div><div class="gmail_default"> I have tried to save all the feasible solutions so that i can add them to the solution storage before solving a new problem, however, since the problem is hard, i also want to save open nodes(or the important nodes) and nodes with greater bounds than the global upper bounds, and solve from these nodes in the next process.</div><div class="gmail_default">I know that I can have access to open nodes through <span style="color:rgb(36,39,41);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:15px">SCIPgetsiblings() & </span><span style="color:rgb(36,39,41);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:15px">SCIPgetLeaves()& </span>SCIPgetchildren(), I wonder that if i have saved the open nodes, and launch a new process, how can i solve from the nodes?</div><div class="gmail_default">Thank you very much!</div><div class="gmail_default" style="font-size:small"><font size="4">Best wishes,</font></div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="left" valign="bottom" width="107" style="line-height:0;vertical-align:bottom;padding-right:10px;padding-top:20px;padding-bottom:20px">
<a href="https://about.me/panglinzhuo?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb" style="text-decoration:none" target="_blank">
<img src="https://thumbs.about.me/thumbnail/users/p/a/n/panglinzhuo_emailsig.jpg?_1500461947_423" alt="" width="105" height="70" style="margin:0;padding:0;display:block;border:1px solid #eeeeee">
</a>
</td>
<td align="left" valign="bottom" style="line-height:1.1;vertical-align:bottom;padding-top:20px;padding-bottom:20px">
<img src="https://about.me/t/sig?u=panglinzhuo" width="1" height="1" style="border:0;margin:0;padding:0;width:1;height:1;overflow:hidden">
<div style="font-size:18px;font-weight:bold;color:#333333;font-family:'Proxima Nova',Helvetica,Arial,sans-serif!important">Pang</div>
<a href="https://about.me/panglinzhuo?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb" style="text-decoration:none;font-size:12px;color:#2b82ad;font-family:'Proxima Nova',Helvetica,Arial,sans-serif!important" target="_blank">about.me/panglinzhuo
</a>
</td>
</tr>
</tbody>
</table>
</div></div>