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
currently I try to test the Cbc solver as an replacement of mine old (commercial) MIP solver. A set of optimizations are done in row (always the same layout, but a different setup, using the Cbc threading feature), but currently I hit the following assertion in the ClpSimplexDual? Method (that's why I post it to the Clp page):
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/81
Dear all,
currently I try to test the Cbc solver as an replacement of mine old (commercial) MIP solver. A set of optimizations are done in row (always the same layout, but a different setup, using the Cbc threading feature), but currently I hit the following assertion in the ClpSimplexDual? Method (that's why I post it to the Clp page):
ClpSimplexDual?.cpp:2403: int ClpSimplexDual::updateDualsInDual(CoinIndexed? Vector*, CoinIndexedVector?*, CoinIndexedVector?*, double, double&, bool): AssertioniStatus>0' failed.`What's the reason to hit this assertion? Is there a way to fix this assertion on the Clp site or must the reason be fixed from the user point of view?
I use the the current stable branch.
Thank you very much for your help.