[Coin-lpsolver] suspicious crash

Edwin Straver edwin at solver.com
Fri Jan 14 12:06:00 EST 2005


Hi All,
 
I have a mixed integer problem, where, with some cuts turned on, using CBC +
CLP, I get a crash in release mode.
 
When I debug, the assert in line 745 of ClpDualRowSteepest is raised a few
times.
 
When I change the code from:
 
CoinIndexedVector * rowArray3 = model_->rowArray(3);
assert (!rowArray3->getNumElements());
 
to
 
CoinIndexedVector * rowArray3 = model_->rowArray(3);
rowArray3->clear();
assert (!rowArray3->getNumElements());
 
it all works, but I am not sure if this is the way it is supposed to
work....
 
Any thoughts?
 
Greetings, Edwin
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/clp/attachments/20050114/35b3acc2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Blank Bkgrd.gif
Type: image/gif
Size: 145 bytes
Desc: not available
URL: <http://list.coin-or.org/pipermail/clp/attachments/20050114/35b3acc2/attachment.gif>


More information about the Clp mailing list