[Clp] Problem with ClpModel::addColumns

David Einstein deinst at gmail.com
Sun Feb 23 23:45:18 EST 2014


When I run the addColumn example it crashes when performing the
model.dual() on line 129.  As far as I can tell, this happens because the
matrix_ member has 200003 columns, while it is supposed to have 100003
members (the new columns are being created twice once at ClpModel.cpp:2289
where blank columns are created and once at ClpModel.cpp:2598 where the
actual columns are being added).

It is entirely possible that I am misunderstanding something.

Thank you for an amazing piece of code.  The Clp library is amazing.
Deinst
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/clp/attachments/20140223/8e0fc4d4/attachment.html>


More information about the Clp mailing list