<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 style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi there,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am using scip-6.0.1 for my research work. After creating local constraints by setting paramter <local> to true and adding them to nodes, the SCIP terminates after processing a number of nodes. The error is "corrupted size vs. prev_size" and is in inside the
 soplex solver. My workaround is setting the parameter initial to false so that the constraint is not added to lp. It works but I don't know whether that local constraint is still effective (prune all nodes that is invalid under this local constraint by propagation
 or other checks). I need to make sure the local contraint is fully effective over the tree whose root is added that local constraint.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
yunzhuang<br>
</div>
</body>
</html>