<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>Dear SCIP Team.</p>
<p><br>
</p>
<p>Currently I am implementing a branching rule within my branch-and-price-and-cut solver. That seems to work correctly so far. However, whenever I am done with solving and call SCIPfree() to cleanup all resources I see the following warning in the logs</p>
<p><br>
</p>
<p></p>
<div>WARNING: Transformed variable <PathFlow_agg4191_path25> not released when freeing SCIP.</div>
<div><br>
</div>
Better to say, I see thousands of them. These seems to be related to my branching rule, since I do not see the warnings when solving only the root node. So it seems to be not related to my Pricer or Separators. I couldn't find anything in the documentation,
 but is there a chance that one of the methods for finding branching candidates is capturing the corrsponding variables (e.g., <span>SCIPgetLPBranchCands)? I do not capture them on my one and I am quite sure I am releasing all (original) variables after creation.
 Any ideas what I missed here?</span>
<p></p>
<p><span><br>
</span></p>
<p><span>Regards</span></p>
<p><span>Christian</span></p>
</div>
</body>
</html>