<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi all, </div><div class=""><br class=""></div><div class="">I am currently testing a Branch and Price algorithm I coded. In one of the tests I am getting the warning:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">WARNING: pricing has been interrupted -- LP of current node is invalid</div></div><div class=""><br class=""></div><div class="">The execution continues and the solver returns the correct answer, but it seems something is not quite wright. I’ve tried to identify the possible cause for the warning, but up to now I haven’t been successful. I was hoping you could help me pinpoint the possible source.</div><div class=""><br class=""></div><div class="">The pricing algorithm for my model is not a mathematical formulation, so there is no LP for the pricer. The fact that the warning states that the LP is invalid seems to imply that perhaps the branching rule is making the LP somehow “invalid”.</div><div class=""><br class=""></div><div class="">Any thoughts?</div><div class=""><br class=""></div><div class="">Thanks.</div><div class=""><br class=""></div><div class="">—Jose</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>