<html><body>
<p>Will also fix deleteRowNames<br>
<br>
<img width="16" height="16" src="cid:1__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt="Inactive hide details for Matthew Galati ---08/20/2009 09:25:16 AM---Using wrong index. This:"><font color="#424282">Matthew Galati ---08/20/2009 09:25:16 AM---Using wrong index. This:</font><br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2" color="#5F5F5F">From:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">Matthew Galati &lt;magh@lehigh.edu&gt;</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2" color="#5F5F5F">To:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">osi@list.coin-or.org</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2" color="#5F5F5F">Date:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">08/20/2009 09:25 AM</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2" color="#5F5F5F">Subject:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">[Osi] bug in OsiClp::deleteCols</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2" color="#5F5F5F">Sent by:</font></td><td width="100%"><img width="1" height="1" src="cid:2__=0ABBFC8ADFB8E8188f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">osi-bounces@list.coin-or.org</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<font size="4">Using wrong index.<br>
<br>
This:<br>
      OsiSolverInterface::deleteColNames(firstDelete,num2-firstDelete);<br>
should be this:<br>
      OsiSolverInterface::deleteColNames(indices[firstDelete],num2-firstDelete);<br>
<br>
</font><u><font size="4" color="#0000FF"><br>
</font></u><a href="https://projects.coin-or.org/Osi/ticket/82#preview"><u><font size="4" color="#0000FF">https://projects.coin-or.org/Osi/ticket/82#preview</font></u></a><tt>_______________________________________________<br>
Osi mailing list<br>
Osi@list.coin-or.org<br>
</tt><tt><a href="http://list.coin-or.org/mailman/listinfo/osi">http://list.coin-or.org/mailman/listinfo/osi</a></tt><tt><br>
</tt><br>
<br>
</body></html>