<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Benedikt,<br>
      <br>
      <pre wrap="">numeric_limits&lt;double&gt;::min() is 2.22507e-308 - you want

-numeric_limits&lt;double&gt;::max() or -COIN_DBL_MAX

John Forrest 
</pre>
      On 19/09/12 11:28, Benedikt Schmidt wrote:<br>
    </div>
    <blockquote
      cite="mid:a4e8f722526f2a1854105c965aa58ed4@123meins.ath.cx"
      type="cite">
      <pre wrap="">Hi all,
at the moment I am trying to solve a mixed-integer problem. Actually the
integers are not really integers, I nailed them down to booleans through
upper and lower bounds. The problem is, that the clp can not solve the
problem, it says "Clp6002E 1 bad bound pairs or bad objectives were found
-
first at R0", but the glpk is able to get the right solution. I've reduced
the problem as much as possible and attached it to this mail.
Could that be a bug or am I using the interface wrong?

Thanks,
Benedikt</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Clp mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Clp@list.coin-or.org">Clp@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/clp">http://list.coin-or.org/mailman/listinfo/clp</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>