<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p><span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; --darkreader-inline-color:#e8e6e3;" data-darkreader-inline-color="">Dear SCIP team,</span><br>
</p>
<div style="color: rgb(232, 230, 227); --darkreader-inline-color:#d8d4cf;" data-darkreader-inline-color="">
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; --darkreader-inline-color:#e8e6e3;" data-darkreader-inline-color="">
<div><br>
</div>
<div>I use python and SCIP backend to solve the MIP problem.</div>
<div><br>
</div>
<div>I try to modify my MIP model, such as adding additional constraints, change the format of the constraints, and so on, to see if the modification will help with the solving procedure.  For example, I look at the number of interactions and branch-and-bound
 nodes to see whether it is helpful. If both numbers decrease, I will say the model is better.</div>
<div><br>
</div>
<div>However, when I don't change the model, e.g., constraints, variables, the iterations and nodes outputting by the solver are still different, which is bad if I want to manipulate the formulation because I cannot tell if these are affected by the modified
 model or the randomness in the solver.</div>
<div><br>
</div>
<div>I also try</div>
<div><br>
</div>
<div>`</div>
<div>model.SetSolverSpecificParametersAsString("randomization/lpseed=0")</div>
<div>model.SetSolverSpecificParametersAsString("randomization/permutationseed=0")</div>
<div>model.SetSolverSpecificParametersAsString("randomization/randomseedshift=0")</div>
<div>`</div>
<div><br>
</div>
<div>but still get different numbers of iterations and nodes after running the same piece of code.</div>
<div><br>
</div>
<div>In the nutshell, is there any feature that can make the solver reproduce the number of iterations and nodes with the same code? (Of course in the same setting)<br>
<br>
Thank you very much.</div>
<br>
<p></p>
<p><br>
</p>
<div id="Signature"><style class="darkreader darkreader--sync" media="screen">
<!--
-->
</style>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; --darkreader-inline-color:#e8e6e3;" data-darkreader-inline-color="">
<p><span style="font-size:12pt">Best Regards,</span><br>
</p>
<p>Tsung Yuan Tseng</p>
<p>Master Student @ RWTH M.S. Robotic Systems Engineering</p>
<p>My personal website: <a href="https://middleyuan.github.io/" class="OWAAutoLink" id="LPNoLP">https://middleyuan.github.io/</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>