<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="Calibri" size="2"><span style="font-size:11pt;">
<div>Folks,</div>
<div>We are using v 2.7.5 of the cbc.exe and passing it a .lp file to help solve the model.</div>
<div>&nbsp;</div>
<div>While using this we identified few things to be careful of</div>
<ol style="margin:0;padding-left:36pt;">
<li>Using &lt; or &gt; in an equation in subject to leads to a crash. Using &lt;= or &gt;= works. </li></ol>
<ol type="a" style="margin:0;padding-left:72pt;">
<li>i.e. A &#43; B &lt; 10 will not work</li><li>A &#43; B &lt;= 10 will work</li></ol>
<ol start="2" style="margin:0;padding-left:36pt;">
<li>When creating a constraint the format constraintName: constraintEquation the tool expects there to be no space between the constraint Name and the :</li></ol>
<ol type="a" start="3" style="margin:0;padding-left:72pt;">
<li>i.e. const1: A &#43; B &lt;=10 will work</li><li>const1 : A &#43; B &lt;= 10 will not work</li></ol>
<ol start="3" style="margin:0;padding-left:36pt;">
<li>If the objective has two entries for the same variable then the last coefficient is used instead of </li></ol>
<ol type="a" start="5" style="margin:0;padding-left:72pt;">
<li>i.e. in objective if I have 10 A &#8211; 3 A then only -3 A will be considered</li></ol>
<div>&nbsp;</div>
<div>we have modified our model generation to handle all these.</div>
<div>&nbsp;</div>
<div><b>Question:</b></div>
<div>Are there other such know special handling that we need to be aware of while generating a .LP file?</div>
<div>&nbsp;</div>
<div>Regards</div>
<div>Aditya</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</span></font>
</body>
</html>