coin-or / Cbc.old

This is a mirror of the subversion repository on COIN-OR
https://projects.coin-or.org/Cbc
Other
88 stars 30 forks source link

[Trac #170] CBC binary segfaults on infeasible problem if duals were requested #40

Open s-c-e opened 5 years ago

s-c-e commented 5 years ago

image

Attachment: https://github.com/s-c-e/cbc-trac-migration-attachments/blob/master/trac-ticket-170.zip

If I run the following command on the attached simple infeasible model, CBC segfaults

cbc -import model.lp -solve -printingOptions all -solution model.sol -printingOptions rhs -solution rhsranges.txt -printingOptions objective -solution costranges.txt