<div dir="ltr"><div dir="ltr">Hello, Martin!<div><br></div><div>Yes, I think SCIP can do what you're asking for. The Python interface (PySCIPOpt) has most of SCIP's functionalities, and you can install it with: pip install pyscipopt</div><div><br></div><div>I suggest creating an Issue on the Github page (<a href="https://github.com/scipopt/PySCIPOpt/issues">link</a>) with the information you want to get from the tree, so that we can better help you achieve what you want. </div><div>Regarding the pruned nodes in particular, perhaps doing something with event handlers catching the NODEFOCUSED or the NODEDELETE event types can work, but there may be better ways of doing this, and someone else can chime in.</div><div><br></div><div>Best,</div><div>João Dionísio</div><div><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, Oct 28, 2025 at 11:05 AM Martin Mziray Dalseg <<a href="mailto:martimd@stud.ntnu.no">martimd@stud.ntnu.no</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="msg1455295728791408316">
<div dir="ltr">
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div id="m_1455295728791408316appendonsend"></div>
<hr style="display:inline-block;width:98%">
<div id="m_1455295728791408316divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Martin Mziray Dalseg<br>
<b>Sent:</b> 17 October 2025 11:51<br>
<b>To:</b> <a href="mailto:scip@zib.de" target="_blank">scip@zib.de</a> <<a href="mailto:scip@zib.de" target="_blank">scip@zib.de</a>><br>
<b>Subject:</b> General information</font>
<div> </div>
</div>
<div dir="ltr">
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello! </div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I am a student at the norwegian university for sience and technology (NTNU) and I am currently workin on my masters thesis in engineering for cybernetics. My thesis revolves around looking into using RL to optimize the parameters of a MILP such to optimize
the MILP for real world use. In this system the MILP is solved using branch and bound and then the solution is taken by a actor-critic model to optimize and create a ploicy. Currently im using a selv implemented branch and bound algorithm but it is not robust
and verry simple. Therefore im looking into integrating a comercial solver to my program. However there is somethings that needs to be inplace for it to be possible to integrate.<br>
<br>
- I need access to all information in the solution three. I.E pruned nodes, so to be able to create a stochastic policy.</div>
<ul style="margin-top:0px;margin-bottom:0px">
<li style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0);list-style-type:"- "">
<div role="presentation">All my code is in python and even though I am able to swich to c++ o.s it would be better to use pyhton. But this seems not to be a problem looking at your web page.</div>
</li></ul>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
If all this is possible i hopw to hear from you.</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Thank you! Martin Dalseg</div>
</div>
</div>
_______________________________________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a><br>
<a href="https://listserv.zib.de/mailman/listinfo/scip" rel="noreferrer" target="_blank">https://listserv.zib.de/mailman/listinfo/scip</a><br>
</div></blockquote></div></div>