<div dir="ltr">Hi!<br><div><br></div><div>I'd like to remove a constraint after the problem was solved, and then solve it again without it.</div><div><br></div><div>When I'm attempting to remove the constraint using SCIPdelCons, Scip complains:<br></div><div><br></div><div><div style="color:rgb(0,0,0);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;line-height:19px;white-space:pre"><div><span style="color:rgb(163,21,21)">[scip_prob.c:</span><span style="color:rgb(9,134,88)">2869</span><span style="color:rgb(163,21,21)">] </span><span style="color:rgb(205,49,49)">ERROR</span><span style="color:rgb(163,21,21)">: invalid SCIP stage <</span><span style="color:rgb(9,134,88)">10</span><span style="color:rgb(163,21,21)">></span></div></div></div><div><br></div><div>which is consistent with the docs as <span style="color:rgb(51,51,51);font-family:"Open Sans",sans-serif;font-size:14px;white-space:nowrap">SCIP_STAGE_SOLVED</span> is not a valid state for a call  to SCIPdelCons. </div><div><br></div><div>Is there a "legal" way to do what I'm attempting to do?</div><div><br></div><div>Thanks!</div><div>Marco</div></div>