<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
mso-ligatures:standardcontextual;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;
mso-ligatures:none;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body lang="en-TR" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="TR">Hello everyone,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="TR"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#212121">I am solving an MINLP with SCIP 8.0.0 with default options</span><span lang="TR" style="color:#212121"> and a node limit of 1 and running it with Valgrind (options: --leak-check=full --show-leak-kinds=all --num-callers=50).
My program only executes SCIP with no additions. It seems like the solution path of the runs with and without Valgrind are slightly different. The first line after presolve shows that the number of LP iterations are different. To my knowledge SCIP is deterministic
in the absence of a time limit so I expect it to have the same solution path in both runs.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="TR" style="color:#212121"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="TR" style="color:#212121">In addition, the valgrind log shows no errors but only memory leaks of type “still reachable”. It seems like it is safe to execute the program given these leaks but I wanted to get your opinion on it.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="TR" style="color:#212121"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="TR" style="color:#212121">Please find attached the problem file and the logs.
</span><span lang="TR" style="color:#212121;mso-ligatures:none">Many thanks for your help in advance.</span><span style="color:#212121;mso-ligatures:none"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#212121;mso-ligatures:none"> <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="TR" style="color:#212121">Best regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="TR" style="color:#212121"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="TR" style="color:#212121">Selin</span><span lang="TR"><o:p></o:p></span></p>
</div>
</body>
</html>