<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><div>Hi,<br><br>I am running into a <br><br>"Program received signal SIGFPE, Arithmetic exception."<br><br>problem when running interior point solver component of Clp-1.10.1. <br><br>I think the problem is a floating point overflow in places like<br>line 346 of ClpPredictorCorrector.cpp:<br>&nbsp;&nbsp;&nbsp; if (complementarityGap_&gt;=1.05*lastComplementarityGap) {<br>and line 930 of the same file:<br>&nbsp;&nbsp;&nbsp; if (lowerSlack_[iColumn]&lt;maximumPrimalStep*delta) {<br><br>The variables lastComplementarityGap and maximumPrimalStep are defaulted to COIN_DBL_MAX which is 1.7976931348623157e+308 in this case. Multiplying them by something greater than 1 causes an overflow on this system.<br><br>Does anyone know of some compiler flags which change how such overflows are handled?<br><br>Thanks in advance.<br>Best,<br>Mikhail<br></div><div>-- <br>Mikhail Nediak<br>Assistant Professor<br>-------------------------------------------------------<br>Queen's School of Business<br>Kingston, Ontario<br>Canada K7L 3N6<br> Voice: 613.533.3144<br>&nbsp;&nbsp;&nbsp;Fax: 613.533.2325<br>E-mail: <a href="mailto:mnediak@business.queensu.ca">mnediak@business.queensu.ca</a><br>-------------------------------------------------------<br><br></div></FONT>