<div dir="ltr">I have a small model that contains one integer variable and it contains one quadratic constraint along with other real variables and linear constraints.<div><br></div><div>When solved via the scip command and asking to display the dual solution it says that this information is not available when presolve is active. When presolve is disabled (set presolving emphasis off) it says that dual information is only available for pure LPs.</div><div><br></div><div>However I am now interested in the variable reduced costs. I don't see a way to display this via the scip command. Is that correct?</div><div><br></div><div>Anyway in fact the model is build in code and I use SCIPgetVarRedcost to get the reduced costs.</div><div>I see that this information is returned even with presolve on and with the integer variable.</div><div>I also note that I get totally different values when presolve is on or off</div><div>And I even get non-zero values for basic variables which is also quite strange I think.</div><div><br></div><div>So my question. Is this call possible if there are integer variables / quadratic constraints and is it possible when presolve is active and if not, why do I get values? Oh and is there a way to show these values via the scip command?</div><div><br></div><div>Thanks,</div><div><br></div><div>Peter</div></div>