<!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.1476" name=GENERATOR></HEAD>
<BODY id=ridBody background=cid:830322319@27102004-28FB>
<DIV><SPAN class=830322319-27102004>Hi All,</SPAN></DIV>
<DIV><SPAN class=830322319-27102004></SPAN>&nbsp;</DIV>
<DIV><SPAN class=830322319-27102004>When I run the current version of SBB on a 
model, using CLP with all available cut generators&nbsp;turned on, and set an 
allowable "gap" of 5%, I get&nbsp;crash on line 1023 of 
SBBModel.cpp.</SPAN></DIV>
<DIV><SPAN class=830322319-27102004></SPAN>&nbsp;</DIV>
<DIV><SPAN class=830322319-27102004>This is the line:</SPAN></DIV>
<DIV><SPAN class=830322319-27102004></SPAN>&nbsp;</DIV>
<DIV><SPAN class=830322319-27102004>if (!nodeOnTree)<BR>&nbsp;&nbsp; delete 
node;</SPAN></DIV>
<DIV><SPAN class=830322319-27102004></SPAN>&nbsp;</DIV>
<DIV><SPAN class=830322319-27102004>I think when SBB stops when an allowable gap 
has been reached, and cuts have been generated, this can cause a 
problem.</SPAN></DIV>
<DIV><SPAN class=830322319-27102004></SPAN>&nbsp;</DIV>
<DIV><SPAN class=830322319-27102004>When I change the code to:</SPAN></DIV>
<DIV><SPAN class=830322319-27102004></SPAN>&nbsp;</DIV>
<DIV><SPAN class=830322319-27102004>if (!nodeOnTree &amp;&amp; 
!stoppedOnGap)<BR>&nbsp;&nbsp; delete node;</SPAN></DIV>
<DIV><SPAN class=830322319-27102004></SPAN>&nbsp;</DIV>
<DIV><SPAN class=830322319-27102004>everything runs fine for me, and I do not 
see a memory leak.</SPAN></DIV>
<DIV><SPAN class=830322319-27102004></SPAN>&nbsp;</DIV>
<DIV><SPAN class=830322319-27102004>Edwin Straver</SPAN></DIV>
<DIV><SPAN class=830322319-27102004><A 
href="mailto:estraver@frontsys.com">estraver@frontsys.com</A></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV class=Section1>&nbsp;</DIV></BODY></HTML>