You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue created by migration from Trac.
Original creator: @h-g-s
Original creation time: 2011-06-02 15:53:55
Assignee: @tkralphs
Keywords: parallel cbc CbcTree
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.
The text was updated successfully, but these errors were encountered: