<div dir="ltr">Hi <span style="font-size:12.8px">Gerald,</span><div><br></div><div>Thanks for the quick response. You are right, for this example I have forgot to mark the constraint as <span style="font-size:12.8px">modifiable. Thanks a lot.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Regards,</span></div><div><span style="font-size:12.8px">Luciana</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 7, 2016 at 8:26 PM, Gerald Gamrath <span dir="ltr"><<a href="mailto:gamrath@zib.de" target="_blank">gamrath@zib.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Dear Luciana,<br>
    <br>
    there is the method SCIPconsAddUpgradeLocks() in pub_cons.h now
    which allows you to disallow upgrading of constraints. Sorry, it
    seems that we forgot to document this replacement in the change log.<br>
    <br>
    By the way: If you need dual values of a constraint in column
    generation, you probably want to possibly add variables to that
    constraint? In that case, the constraint should be marked as
    modifiable when creating it, and in this case, no upgrade should
    happen. Please be sure that you mark all constraint as modifiable to
    which variables may be added during solving, because otherwise, they
    may do reductions based on the assumption that the constraint won't
    change.<br>
    <br>
    Best,<br>
    Gerald<div><div class="h5"><br>
    <br>
    <div>Am 08.04.2016 um 01:07 schrieb Luciana
      Garcia Richter:<br>
    </div>
    </div></div><blockquote type="cite"><div><div class="h5">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>I was looking an old version of scip which includes
          function SCIPmarkDoNotUpgradeConsLinear. But later I realize
          this function was removed in the last version. I didn't found
          any comment about this in the change log.</div>
        <div><br>
        </div>
        <div>There is any reason this function was removed? There is any
          other way to force scip to maintain specific constrains?</div>
        <div><br>
        </div>
        <div>I'm doing a column generation algorithm, and I need some
          constraint not being removed because I need to get the dual
          value of them (if they get removed I get a zero when I ask for
          dual value).</div>
        <div><br>
        </div>
        <div>Thanks in advance,</div>
        <div>Luciana</div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Scip mailing list
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a>
<a href="http://listserv.zib.de/mailman/listinfo/scip" target="_blank">http://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de">Scip@zib.de</a><br>
<a href="http://listserv.zib.de/mailman/listinfo/scip" rel="noreferrer" target="_blank">http://listserv.zib.de/mailman/listinfo/scip</a><br>
<br></blockquote></div><br></div>