Clp
Clp copied to clipboard
Assertion in ClpNonLinearCost::checkInfeasibilities: `lowerValue <= upperValue' failed
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)