Cbc
Cbc copied to clipboard
violated assert in CbcSOS.cpp line 564
1.) unpack the attached lp file 2.) run "cbc foo.lp -threads 4 -solve -quit" using a debug build of CBC 3.) Cbc aborts with the message
cbc: /tmp/cbc/src/CbcSOS.cpp:564: virtual CbcBranchingObject* CbcSOS::createCbcBranch(OsiSolverInterface*, const OsiBranchingInformation*, int): Assertion `lastNonZero - firstNonZero >= sosType_' failed.
stable seems to work - will look at it. Could be tolerance problem - looking at size of optimal value.
thanks. Yes, the problem is scaled badly. I will have to fix the code that generateded this MIP, too.
Fixed a definite error in CbcNode to do with SOS (in master). Should fix bug (and seems to). Also fixed memory leak in CglLandP.cpp