FYI. I ran this with Purify on windows and did not see any memory corruption errors... besides the stuff we always see with UMRs:<br><br>[W] UMR: Uninitialized memory read in CoinFactorization::pivotOneOtherRow(int,int) {6 occurrences}<br>

[W] UMR: Uninitialized memory read in CoinFactorization::pivotOneOtherRow(int,int) {15 occurrences}<br>...<br>[W] UMR: Uninitialized memory read in N::CoinCopyN(double const *,int,double *) {486 occurrences}<br>[W] UMR: Uninitialized memory read in N::CoinCopyN(double const *,int,double *) {1142 occurrences}<br>

[W] UMR: Uninitialized memory read in N::CoinCopyN(double const *,int,double *) {488 occurrences}<br>[W] UMR: Uninitialized memory read in N::CoinCopyN(double const *,int,double *) {503 occurrences}<br>[W] UMR: Uninitialized memory read in N::CoinCopyN(double const *,int,double *) {490 occurrences}<br>

[W] UMR: Uninitialized memory read in N::CoinCopyN(double const *,int,double *) {1135 occurrences}<br>...<br>[W] UMR: Uninitialized memory read in CoinFactorization::pivotOneOtherRow(int,int) {325 occurrences}<br>[W] UMR: Uninitialized memory read in CoinFactorization::pivotOneOtherRow(int,int) {177 occurrences}<br>

...<br><br><br>Let me know if you have any ideas on this one. I know this problem is particularly badly scaled.<br><br><br><br><br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<a href="http://coral.ie.lehigh.edu/%7Emagh/tmp/PRICE_AND_CUT_subProb_relax2.n0.c0.p0.b2.lp" target="_blank">http://coral.ie.lehigh.edu/~magh/tmp/PRICE_AND_CUT_subProb_relax2.n0.c0.p0.b2.lp</a><br>
<br>
Running this problem with command line cbc gives the correct solution:<br>
<br>
Coin Cbc and Clp Solver version 1.2trunk, build Oct 25 2009<br>
command line - ../../../bin/cbc PRICE_AND_CUT_subProb_relax2.n0.c0.p0.b2.lp -log 2 -allowableGap 0.0001 -solve -quit (default strategy 1)<br>
logLevel was changed from 1 to 2<br>
allowableGap was changed from 1e-10 to 0.0001<br>
Continuous objective value is -13.9343 - 1.17 seconds<br>
Cgl0003I 73 fixed, 0 tightened bounds, 562 strengthened rows, 0 substitutions<br>
Cgl0003I 73 fixed, 0 tightened bounds, 562 strengthened rows, 0 substitutions<br>
Cgl0003I 9 fixed, 0 tightened bounds, 13 strengthened rows, 0 substitutions<br>
Cgl0004I processed model has 0 rows, 0 columns (0 integer) and 0 elements<br>
Cbc0045I Options for feasibility pump -<br>
Cbc0045I Accumulate of 1<br>
Cbc0045I 6 retries<br>
Cbc0045I Feasibility pump options of 40<br>
Cbc0045I Tuning (fixing) 3<br>
Cbc3007W No integer variables - nothing to do<br>
Cuts at root node changed objective from 0 to -1.79769e+308<br>
Probing was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)<br>
Gomory was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)<br>
Knapsack was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)<br>
Clique was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)<br>
MixedIntegerRounding2 was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)<br>
FlowCover was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)<br>
TwoMirCuts was tried 0 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)<br>
Result - Finished objective 0 after 0 nodes and 0 iterations - took 0.79 seconds (total time 2.16)<br>
Total time 2.40<br>
<br>
<br>
<br>
Running this problem through CbcMain with the same parameter settings gives a false claim of infeasible.<br>
Coin Cbc and Clp Solver version 1.2trunk, build Oct 25 2009<br>
command line - cbc -log 2 -allowableGap 0.0001 -solve -quit (default strategy 1)<br>
logLevel was changed from 1 to 2<br>
allowableGap was changed from 1e-10 to 0.0001<br>
Problem is infeasible - 2.83 seconds<br>
Total time 2.83<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Cbc mailing list<br>
<a href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/cbc" target="_blank">http://list.coin-or.org/mailman/listinfo/cbc</a><br>
</blockquote></div><br>