<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"><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></head><body>
<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>
</body></html>