<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Yves,<br>
      <br>
      Error not where I thought it was.&nbsp; Small changes i.e. order or
      compiler or anything made a subtle difference and a constraint was
      generated<br>
      <br>
      x995 + x1018 + x1700 &gt;= 1.0000001001<br>
      <br>
      and the optimal solution had x995==0,x1018==1 and x1700==0 - but
      it was within tolerances (just)<br>
      <br>
      One of the cut generators then thought 0.0000001001 is greater
      than primal tolerance of 1.0e-7 and created a bad cut.<br>
      <br>
      I have modified code to be a bit more relaxed.<br>
      <br>
      John Forrest<br>
      <br>
      On 18/12/13 10:11, Yves Touchard wrote:<br>
    </div>
    <blockquote cite="mid:52B174BA.8070200@dxo.com" type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=ISO-8859-1">
      Attached is a archive file (test.gz) containing an lp constraint
      file (test.lp -&gt; <i>tar xzf test.gz</i>)<br>
      <br>
      Executing cbc (#2.8.0)&nbsp; on the test.lp file (<i>cbc test.lp</i>)
      provides the following result<br>
      <i>Result - Problem proven infeasible</i><i><br>
      </i><i>No feasible solution found<br>
        <br>
      </i>If the two first constraints of the LP file (lines 1258/1259)
      are swapped, the same command provides a different result:<br>
      <i>Result - Optimal solution found</i><br>
      <br>
      So, what's wrong with this constraints fle? Is there any specific
      order to declare constraints?<br>
      Or is this a bug? And, if so, is there any workaround?<br>
      <br>
      Thanks in advance for any help.<br>
      <br>
      Regards,<br>
      <br>
      Yves<br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Cbc mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/cbc">http://list.coin-or.org/mailman/listinfo/cbc</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>