<br><font size=2 face="sans-serif">Matt,</font>
<br>
<br><font size=2 face="sans-serif">I fixed several bugs in preprocessing
in the last few weeks but only in trunk. &nbsp;trunk seems Okay, but the
first two things I tried in stable/2.2 did not fix problem. &nbsp;It may
take me some time to track down if you need it fixed in stable.</font>
<br>
<br><font size=2 face="sans-serif">John</font>
<br>
<br>
<br>
<table width=100%>
<tr>
<td><img src=cid:_1_0F07F5F00F07F2080069BAC1852574F6>
<td width=100%>
<table width=100%>
<tr valign=top>
<td width=100%><font size=2 face="sans-serif"><b>[Cbc] issue with cbcstrategy
on small MILP</b></font></table>
<br>
<table width=100%>
<tr>
<td><font size=2 color=#e26200 face="sans-serif"><b>Matthew Galati </b></font>
<td><font size=2 color=#8f8f8f face="sans-serif">to:</font>
<td><font size=2 face="sans-serif">cbc@list.coin-or.org</font>
<td>
<div align=right><font size=1 face="sans-serif">11/03/2008 01:45 PM</font></div></table>
<br>
<table width=100%>
<tr>
<td>
<table width=100%>
<tr>
<td><font size=2 color=#8f8f8f face="sans-serif">Sent by:</font>
<td width=100%><font size=2 color=#e26200 face="sans-serif"><b>cbc-bounces@list.coin-or.org</b></font></table>
<br>
<td>
<div align=right></div></table>
<br></table>
<br>
<br>
<hr>
<br>
<br>
<br><tt><font size=2>If I solve without the CbcStrategy, it solves the
problem. If I use the default CbcStrategy, it claims infeasible.<br>
<br>
.lp file is attached<br>
<br>
Thanks,<br>
Matt<br>
<br>
<br>
Without Strategy:<br>
Cbc0032I Strong branching done 34 times (49 iterations), fathomed 3 nodes
and fixed 3 variables<br>
Cbc0035I Maximum depth 3, 36 variables fixed on reduced cost<br>
Clp0000I Optimal - objective value -137.844<br>
Clp0000I Optimal - objective value -137.844<br>
<br>
<br>
With Strategy:<br>
Clp0000I Optimal - objective value -138.653<br>
Clp0000I Optimal - objective value -138.653<br>
Cbc0001I Search completed - best objective 1e+50, took 392 iterations and
0 nodes (0.22 seconds)<br>
Cbc0035I Maximum depth 0, 0 variables fixed on reduced cost<br>
Clp0006I 0 &nbsp;Obj -138.653 Primal inf 25.5703 (9) Dual inf 2.77501e+11
(3)<br>
Clp0006I 4 &nbsp;Obj -132.969 Primal inf 5 (5)<br>
Clp0001I Primal infeasible - objective value -132.969<br>
<br>
#include &quot;CbcModel.hpp&quot;<br>
#include &quot;CbcStrategy.hpp&quot;<br>
#include &quot;OsiClpSolverInterface.hpp&quot;<br>
<br>
int main(int argc, char ** argv){<br>
 &nbsp; OsiClpSolverInterface si;<br>
 &nbsp; si.readLp(&quot;subProbInitCbc.lp&quot;);<br>
<br>
 &nbsp; CbcModel cbc(si);<br>
<br>
 &nbsp; CbcStrategyDefault cbcStrategyDefault;<br>
 &nbsp; cbc.setStrategy(cbcStrategyDefault);<br>
<br>
 &nbsp; cbc.branchAndBound();<br>
 &nbsp; return 0;<br>
}<br>
<br>
<br>
<br>
<br>
<br>
[attachment &quot;subProbInitCbc.lp&quot; deleted by John J Forrest/Watson/IBM]
_______________________________________________<br>
Cbc mailing list<br>
Cbc@list.coin-or.org<br>
http://list.coin-or.org/mailman/listinfo/cbc<br>
</font></tt>
<br>