<div dir="ltr"><div><div><div><div><div><div>Dear Gerald <br></div><br>Thank you for your reply.<br></div>Well answer to your first question:<br>lp_disablecutoff = 2<br></div> and<br>lpiuobjlim =1e+20<br></div>it detects that nactivepricers = 1 in lpCutoffDisabled.<br>
<br></div>I use the following lines:<br>           SCIP_CALL( SCIPincludeObjPricer(scip, hrp_pricer_ptr, true) );<br> <br>           /* activate pricer */<br>           SCIP_CALL( SCIPactivatePricer(scip, SCIPfindPricer(scip, HRP_PRICER_NAME)) );<br>
<br>   /*************<br>    *  Solve    *<br>    *************/<br>    SCIP_CALL( SCIPsetCharParam(scip, "lp/initalgorithm", 'b') );<br>    SCIP_CALL( SCIPsolve(scip) );<br><br><br></div>when you say "objective limit" what is this and where is going this to be used? why we need this? I could not find anywhere in documentation about it (perhaps I missed it).<br>
<div><div><br></div><div>So, it seems to me like the pricer is activated at the correct place, no?<br><br><br></div><div>Just a question for myself, how is that possible to "during the solving process after the first LP
    was solved" ??  that means you activate pricing from inside an instance of e.g. constraint or ...?<br></div><div><br><br></div><div>Cheers<br>Shahin<br></div><div><br><br><br><div><br><br></div></div></div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 24, 2014 at 11:22 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 text="#000000" bgcolor="#FFFFFF">
    Dear Shahin,<br>
    <br>
    this assertion comes up, because the LP solver reported that it
    reached the objective limit although the parameter setting is such
    that no objective limit should be applied in the LP solver.<br>
    <br>
    Can you please run it again with gdb and output the values of
    set->lp_disablecutoff and lp->lpiuobjlim when the assert came
    up?<br>
    <br>
    Might it be that you activated your pricer not right at the
    beginning, but later during the solving process after the first LP
    was solved?<br>
    <br>
    Best,<br>
    Gerald<br>
    <br>
    <div>Am 24.04.2014 00:40, schrieb Shahin
      Gelareh:<br>
    </div>
    <blockquote type="cite"><div><div class="h5">
      <div dir="ltr">Dear SCIPers<br>
        <div><br>
          I wonder if anyone know the cause of this exception and the
          solution to eliminate this.<br>
          I tried to trace the code but seems not too trivial.<br>
          Assertion failed: !lpCutoffDisabled(set), file
          ..\..\scipoptsuite\scip\src\scip\lp.c, line 13950<br>
          <br>
        </div>
        <div>Cheer<br>
          Shahin<br>
        </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>

</blockquote></div><br></div>