<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto">Hi Marco,
<div dir="auto"><br>
</div>
<div dir="auto">Step 4 is not needed.</div>
<div dir="auto"><br>
</div>
<div dir="auto">Cheers,</div>
<div dir="auto">Jakob</div>
<br>
<div class="gmail_extra" dir="auto"><br>
<div class="gmail_quote">Am 28.09.2021 12:37 schrieb Marco Correia <marco.v.correia@gmail.com>:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div dir="ltr">Hi,<br>
<div><br>
</div>
<div>I have a model I would like to solve, and then add a constraint and change the objective, and then solve again. My understanding of the necessary steps is:</div>
<div><br>
</div>
1. SCIPenableReoptimization(true)<br>
2. [Create and solve model]<br>
3. SCIPfreeReoptSolve<br>
4. SCIPfreeTransform<br>
5. [Add new constraints and change objective]<br>
6. [Solve modified model]
<div><br>
</div>
<div>This doesn't seem to work as it is, but when omitting step 1 and 3 it works. I guess the other steps are also important, right?</div>
<div><br>
</div>
<div>Thank you</div>
<div>Marco</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</body>
</html>