<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial, sans-serif" size="2">
<div>Hi,</div>
<div>&nbsp;</div>
<div>I am relatively new to the CLP project.&nbsp; I am using the interior point solver to solve a complex quadratic problem.&nbsp; I am running the solver through Matlab, and the inbuilt solver (quadprog) does provide a solution to my problem (very slow).</div>
<div>&nbsp;</div>
<div>I have encountered a bug in the code where the process will go into an infinte loop.&nbsp; </div>
<div>&nbsp;</div>
<div>The problem can be tracked back to ClpPredictorCorrector.updateSolution where the diagonal_ vector is been set.&nbsp; Some of the elements on the vector are been set to infinite.&nbsp; This causes the code in ClpPredictorCorrector.solve (line 504) to go into an
infinite loop.</div>
<div>&nbsp;</div>
<div>Currently I have modified the updateSolution function to check the diagonal_ vectors values is appropiate (not infinite). If it is infinite, then using the FUDGE functionality, set the value to diagonalLimit.&nbsp; </div>
<div>&nbsp;</div>
<div>This is not an ideal solution, as the CLP will return an unbounded solution.</div>
<div>&nbsp;</div>
<div>Colin</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</font>
<font face="monospace">------------------------------------------------------------------------------<br>
CONFIDENTIALITY NOTICE: If you have received this email in error,<br>
please immediately notify the sender by e-mail at the address shown.&nbsp; <br>
This email transmission may contain confidential information.&nbsp; This <br>
information is intended only for the use of the individual(s) or entity to <br>
whom it is intended even if addressed incorrectly.&nbsp; Please delete it from <br>
your files if you are not the intended recipient.&nbsp; Thank you for your <br>
compliance.&nbsp; Copyright (c) 2011 CIGNA<br>
==============================================================================</font></body>
</html>