<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Good morning SCIP team,</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">I have implemented a Branch and Price approach with a dedicated pricing routine and a branching strategy (in addition to the standard 0-1 branching rule).  </div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">To speed up the pricing I want to test an early branching strategy so I'm returning the pointer result=SCIP_DIDNOTRUN in my reduced cost methods whenever a certain criteria is hit. </div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">At this point I would like the constraint handler (mine first then the standard 0-1) to be called to check feasibility of the approximate solution and in case branch. If no candidate is found I'd like to go back and solve to optimality the LP by column generation. </div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Could you please explain me what are the next steps SCIP implements whenever a SCIP_DIDNOTRUN is given from the pricer? </div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><div class="gmail_default">So far this is not completely clear to me as I am getting different behaviors (check method for primal/pseudo solutions, node is directly discarded, no branch call) </div></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Thank you so much!!</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Have a nice day</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Anna</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div></div>