<html><body>
<p>In CoinMpsIO.cpp tinyElement is hard coded as 1.0e-14.<br>
<br>
In Clp, when primal or dual is entered all values &lt; smallElement_ are treated as zero.  This has default value of 1.0e-20 and can be changed by setSmallElement.<br>
<br>
If there was a general feeling that it would be useful to have a function like ekk_setRtolmps then it would be easy to add smallElement_ to CoinMpsIO.?pp and let Clp use max of ClpModel::smallElement_ and CoinMpsIO::smallElement_ when reading an Mps file.<br>
<br>
John Forrest<br>
<br>
<img width="16" height="16" src="cid:1__=0ABBFFC9DFA446AF8f9e8a93df938@us.ibm.com" border="0" alt="Inactive hide details for Emrah Tanriverdi ---02/10/2009 03:02:15 PM---Hi,"><font color="#424282">Emrah Tanriverdi ---02/10/2009 03:02:15 PM---Hi,</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__=0ABBFFC9DFA446AF8f9e8a93df938@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__=0ABBFFC9DFA446AF8f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">Emrah Tanriverdi &lt;emrahtanriverdi@yahoo.com&gt;</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=0ABBFFC9DFA446AF8f9e8a93df938@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__=0ABBFFC9DFA446AF8f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">clp@list.coin-or.org</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=0ABBFFC9DFA446AF8f9e8a93df938@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__=0ABBFFC9DFA446AF8f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">02/10/2009 03:02 PM</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:2__=0ABBFFC9DFA446AF8f9e8a93df938@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__=0ABBFFC9DFA446AF8f9e8a93df938@us.ibm.com" border="0" alt=""><br>
<font size="2">[Clp] MpsTolerance</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<font size="4">Hi,</font><br>
<font size="4"> </font><br>
<font size="4">Is there setting mps tolerance function in CLP, I know there is one in OSL as following</font><br>
<font size="4">  // Set MPS file tolerance so that very small numbers<br>
  // are considered zero.<br>
  ekk_setRtolmps(myModel, mpsTolerance);</font><br>
<font size="4">Thanks,</font><br>
<tt>_______________________________________________<br>
Clp mailing list<br>
Clp@list.coin-or.org<br>
</tt><tt><a href="http://list.coin-or.org/mailman/listinfo/clp">http://list.coin-or.org/mailman/listinfo/clp</a></tt><tt><br>
</tt><br>
<br>
</body></html>