<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" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p>Hi all,</p>
<p><br>
</p>
<p>I am solving a project scheduling problem using branch-price-cut and I am having an issue with <span>SCIPdisableCons function. So after each pricing iteration, I will not release the subscip but only free the transformed problem using SCIPfreetransform and
 modify the objective function of the subscip in the next iteration. During branching, in CONSACTIVE, I will create an additional constraint for the subproblem depending on the branching decision and in CONSDEACTIVE, I will disable the related constraint using <span>SCIPdisableCons.
 However, I got the error: <span>cannot call method <SCIPdisableCons> in problem creation stage. Do you know another function that can work? Or what should I do differently?</span></span></span></p>
<p><span><span><span><br>
</span></span></span></p>
<p><span><span><span>Thank you for your time,</span></span></span></p>
<p><br>
</p>
<p>Best,</p>
<p>Lan</p>
</div>
</body>
</html>