<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE id=ridTitle>Message</TITLE>

<STYLE>BODY {
        MARGIN-TOP: 25px; FONT-SIZE: 10pt; MARGIN-LEFT: 25px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica
}
P.msoNormal {
        MARGIN-TOP: 0px; FONT-SIZE: 10pt; MARGIN-LEFT: 0px; COLOR: #ffffcc; FONT-FAMILY: Helvetica, "Times New Roman"
}
LI.msoNormal {
        MARGIN-TOP: 0px; FONT-SIZE: 10pt; MARGIN-LEFT: 0px; COLOR: #ffffcc; FONT-FAMILY: Helvetica, "Times New Roman"
}
</STYLE>

<META content="MSHTML 6.00.2800.1479" name=GENERATOR></HEAD>
<BODY id=ridBody background=cid:438410217@14012005-085D>
<DIV><SPAN class=438410217-14012005>Hi All,</SPAN></DIV>
<DIV><SPAN class=438410217-14012005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=438410217-14012005>I have a mixed integer problem, where, with 
some cuts turned on, using CBC + CLP, I get a crash in release 
mode.</SPAN></DIV>
<DIV><SPAN class=438410217-14012005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=438410217-14012005>When I debug, the assert in line 745 of 
ClpDualRowSteepest is raised a few times.</SPAN></DIV>
<DIV><SPAN class=438410217-14012005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=438410217-14012005>When I change the code from:</SPAN></DIV>
<DIV><SPAN class=438410217-14012005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=438410217-14012005>CoinIndexedVector * rowArray3 = 
model_-&gt;rowArray(3);<BR>assert 
(!rowArray3-&gt;getNumElements());</SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=438410217-14012005>to</SPAN></DIV>
<DIV><SPAN class=438410217-14012005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=438410217-14012005>CoinIndexedVector * rowArray3 = 
model_-&gt;rowArray(3);<BR>rowArray3-&gt;clear();<BR>assert 
(!rowArray3-&gt;getNumElements());</SPAN></DIV>
<DIV><SPAN class=438410217-14012005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=438410217-14012005>it all works, but I am not sure if this is 
the way it is supposed to work....</SPAN></DIV>
<DIV><SPAN class=438410217-14012005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=438410217-14012005>Any thoughts?</SPAN></DIV>
<DIV><SPAN class=438410217-14012005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=438410217-14012005>Greetings, Edwin</SPAN></DIV>
<DIV class=Section1>&nbsp;</DIV></BODY></HTML>