[Cbc] branchAndBound with a hot-start solution

Kibaek Kim kibaek.k at gmail.com
Mon Nov 24 13:35:27 EST 2014


Dear John,

Thanks very much for your prompt response. But, now I am getting linking errors. I am compiling the codes on Mac OS X 10.9.5 (2.8 GHz Intel Core i7) using gcc4.8. I have attached config.log and make.log.

Best,
Kibaek



On Nov 24, 2014, at 12:05 PM, John Forrest <john.forrest at fastercoin.com> wrote:

> Kibaek,
> 
> 
> Can get assertion fail - fixed in stable.  Got same assertion with (0,0,5) - not a loop - see if fixed for you.
> 
> John Forrest
> On 24/11/14 13:57, Kibaek Kim wrote:
>> Dear John,
>> 
>> I am experiencing strange behaviors resulting from branch-and-bound hot-start. I am using the version of Stable 2.8. I have attached a simple code, mps file and hot-start solution file to reproduce results. The code will read mps file and hot-start solution file and try solving the problem. However, the following three settings result in different behaviors:
>> 1. CbcStrategyDefault strategy(0); // assertion fail
>> 2. CbcStrategyDefault strategy(0, 5, 5); // infinite loop
>> 3. CbcStrategyDefault strategy(1); // success
>> 
>> Best,
>> Kibaek
>> 
>> 
>> 
>> _______________________________________________
>> Cbc mailing list
>> Cbc at list.coin-or.org
>> http://list.coin-or.org/mailman/listinfo/cbc
> 
> _______________________________________________
> Cbc mailing list
> Cbc at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cbc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20141124/21404a92/attachment-0003.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 48261 bytes
Desc: not available
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20141124/21404a92/attachment-0002.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20141124/21404a92/attachment-0004.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.log
Type: application/octet-stream
Size: 3993 bytes
Desc: not available
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20141124/21404a92/attachment-0003.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20141124/21404a92/attachment-0005.html>


More information about the Cbc mailing list