<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Dear Xiangyong,<br>
      <br>
      yes, you can use SCIP for that. You need to implement a relaxation
      handler, see<br>
      <a class="moz-txt-link-freetext" href="http://scip.zib.de/doc/html/RELAX.php">http://scip.zib.de/doc/html/RELAX.php</a><br>
      <br>
      Additionally, you can turn off LP solving by setting the parameter
      "lp/solvefreq" to -1.<br>
      <br>
      Best,<br>
      Gerald<br>
      <br>
      Am 19.08.2014 um 03:44 schrieb <a class="moz-txt-link-abbreviated" href="mailto:lixiangyong@163.com">lixiangyong@163.com</a>:<br>
    </div>
    <blockquote cite="mid:2014081909445046580813@163.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <style>body { line-height: 1.5; }p { margin-top: 0px; margin-bottom: 0px; }body { font-size: 12pt; font-family: Calibri; color: rgb(0, 0, 0); line-height: 1.5; }</style>
      <div><span></span>
        <p dir="ltr" style="font-size: 21px;"> Dear all, </p>
        <p dir="ltr" style="font-size: 21px;"><br>
        </p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;">
          I want to implement a Lagrangian relaxation based on branch-and
          bound algorithm.  That is,
           at each node of the enumeration tree,
            I do not solve LP relaxation,
          but Lagrangian dual  problem to determine a good lower bound and also
          try to get an upper bound.  
          Also I have my own branching strategy.  </p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;">   </p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;"> Can I use SCIP
          as a framework to implement my algorithm? In other words, SCIP
           takes charge of
most of the job and I only control the solving of Lagrangian Dual and branching. </p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;"><span style="background-color: window;
            line-height: 1.5;"><br>
          </span></p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;"><span style="background-color: window;
            line-height: 1.5;">Is it possible to use solvecallback to solve a Lagrangian dual at each node and turn off solving the LP relaxation?  Is there any way to pass this new lower bound to SCIP
            and ask SCIP to control the search tree? </span></p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;"> Is there any reference in the SCIP manual?
        </p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;">   </p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;">
          Would you please give me some suggestions? Thanks.</p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;"><br>
        </p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;"><br>
        </p>
        <p dir="ltr" style="margin-bottom: 0pt; margin-top: 0pt;
          font-size: 21px;">Xiangyong Li</p>
      </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="http://listserv.zib.de/mailman/listinfo/scip">http://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>