coin-or / Cbc.old

This is a mirror of the subversion repository on COIN-OR
https://projects.coin-or.org/Cbc
Other
89 stars 30 forks source link

[Trac #116] Parallel CBC assertion failure #88

Open s-c-e opened 5 years ago

s-c-e commented 5 years ago

image

It's probably related to problems informed in tickets #109 and #110

After running CBC in parallel for some time there is this assertion failure:

cbc: CbcTree.cpp:457: virtual CbcNode* CbcTree::bestNode(double): Assertion `best->nodeInfo()->numberBranchesLeft()' failed.

In my case I was a solving a small (but very hard) multiple DNA sequence alignment problem:

... Cbc0010I After 132000 nodes, 14298 on tree, -69 best solution, best possible -72.052083 (13292.25 seconds) cbc: CbcTree.cpp:457: virtual CbcNode* CbcTree::bestNode(double): Assertion `best->nodeInfo()->numberBranchesLeft()' failed.