<div dir="ltr">Hi there,<div><br></div><div>I have a branch-and-cut-and-price algorithm implemented using SCIP. It works well!</div><div>But when a given node gets infeasible and Farkas pricing is called, the performance of my pricing algorithm is really poor. For my specific case, to assign costs to 0 at objective function to run Farkas pricing, makes the dominance rules loosen.</div><div><br></div><div>A given node gets infeasible due to branching constraints (I implemented my own branching rule). Because of that, I tried to include an artificial variable with a high cost for each branching constraint I include in the model. But it's not working. Theoretically, the model would be always feasible after to include such artificial variables, but Farkas pricing is still called.</div><div><br></div><div>Do you guys have an idea what should I do to avoid Farkas pricing to be called?</div><div><br></div><div>Thank you in advance,</div><div><br></div><div>Fernando</div></div>