<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear Emanuel,<br>
    <br>
    I am sorry for your troubles. A good first step to debugging
    unexpected plugin behavior is to<br>
    add the define<br>
    <br>
    #define SCIP_DEBUG<br>
    <br>
    at the very top of the file src/scip/sepa.c. After recompiling SCIP
    and inputting a problem to optimize,<br>
    you should see a lot of prose explaining why SCIP decides to run (or
    not to run) your plugin.<br>
    <br>
    If you need further assistance, please add information about
    concrete parameter values for priority, maxrounds, frequency, and
    also the DELAYED flag.<br>
    <br>
    Kind regards,<br>
    Gregor<br>
    <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 13.09.2017 um 17:29 schrieb Emanuel
      Delgadillo:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAPH4VH0tbeLfwiXFOOdftK7ORUj0myU5-tpcubjsz7d1vPz1hg@mail.gmail.com">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>
                  <div>Hi,<br>
                    <br>
                  </div>
                  I have implemented a branch-price with SCIP and I want
                  to add a separator. I coded it with C++ extending
                  ObjSepa class and included it to scip, but it is never
                  called. <br>
                </div>
                I have output messages in it, and I have checked
                maxrounds(root) and maxcuts(root) are not 0 and also
                tried with different values for priority and frequency.
                I have my own version of includeDefaultPlugins, which
                doesn't include any other default separator.<br>
              </div>
              I have already checked documentation, examples and
              previous similar threads, but I couldn't solve it. I also
              checked some files of source code (solve.c) to find what
              I'm doing wrong, without success.<br>
            </div>
            Any ideas?<br>
            <br>
          </div>
          Thanks in advance,<br>
        </div>
        Emanuel<br>
        <div>
          <div><br>
            <br>
            <div><br>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="https://listserv.zib.de/mailman/listinfo/scip">https://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>