Clp icon indicating copy to clipboard operation
Clp copied to clipboard

Assertion in ClpNonLinearCost::checkInfeasibilities: `lowerValue <= upperValue' failed

Open christoph-cullmann opened this issue 3 years ago • 1 comments

e.g. run a debug build of cbc with

cbc value_231271646004486.lp -cuts=off -solve

this will result in:

cbc: src/Clp/src/ClpNonLinearCost.cpp:1064: void ClpNonLinearCost::checkInfeasibilities(double): Assertion lowerValue <= upperValue' failed.`

-cuts=off is needed (or some other subset of cuts)

value_231271646004486.lp.gz

christoph-cullmann avatar Jan 29 '21 07:01 christoph-cullmann

Other ILP to reproduce this, needs no special options for cbc

value_41214363957.lp.gz

christoph-cullmann avatar Feb 04 '21 08:02 christoph-cullmann