[SCIP] Dual value of constraints

Mahdi Noorizadegan m.noorizadegan at gmail.com
Sat Mar 24 11:04:26 CET 2018


Dear SCIPers,

I need to compute the reduced cost of basic variables in the optimal solution.
How can I do it?
I tried to use SCIPgetDualsolLinear and SCIPgetDualSolVal .
as follows SCIP_CALL(SCIPgetDualSolVal(scip,part_con[0][1],dualval,checkbool ));
or cout<< SCIPgetDualsolLinear(scip, part_con[0][1]);
But it did not work and I got errors.

Looking forward to haring from you,
Regards,
Mahdi 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20180324/0af8db7e/attachment.html>


More information about the Scip mailing list