<div dir="ltr">Hello everyone. <div>I'm not sure about the use of the function SCIPgetDualsolLinear().  I'm trying to solve a linear program using column generation, and at each iteration I get the values of the dual variables using SCIPgetDualsolLinear(scip, cons). I expect these dual variables to be the ones that satisfy the complementary slackness conditions and that, if I compute the dual objective function, give the same value as for the primal objective function but gives an unfeasible solution to the dual problem. Instead, I find that the dual optimal objective function has not the same value. Is it possible that I misunderstood the meaning of SCIPgetDualsolLinear() or simply I'm making some sort of error that I haven't found yet in the computing of the dual objective function's value?</div><div>Thank you in advance,</div><div>Veronica Dal Sasso</div></div>