<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi Scip,</p>
<p>I have implemented a branch-and-price-procedure with a pricer which seems working in the PRICERREDCOST. But in the instances that it need to use PRICERFARKAS I am obtaining some farkas multipliers with strange values, like -e99. Indeed this dual variable should be nonnegative.</p>
<p>Because of this problem, I would like to know if SCIP by itself is able to close an infeasible node since the variables fixed avoid any feasible solution <strong>and how</strong>.</p>
<p>My Farkas pricing is similar to the Reduced cost pricing whith 0 in the coefficients of the objective function and SCIPgetDualfarkasLinear() instead of SCIPgetDualsolLinear().</p>
<p>Thanks in advance.</p>
<p>Diego.</p>
<p> </p>
<div> </div>
</body></html>