[Cbc-tickets] [COIN-OR Branch-and-Cut MIP Solver] #87: CBC 2.4 crashes on Windows platfrom in Debug mode

COIN-OR Branch-and-Cut MIP Solver coin-trac at coin-or.org
Fri Feb 5 09:07:28 EST 2010


#87: CBC 2.4 crashes on Windows platfrom in Debug mode
-----------------------------+----------------------------------------------
 Reporter:  kistamas         |       Owner:  somebody
     Type:  defect           |      Status:  new     
 Priority:  major            |   Milestone:          
Component:  component1       |     Version:          
 Keywords:  Cbc, Debug mode  |  
-----------------------------+----------------------------------------------
 Hi,

 I have downloaded CBC 2.4 and try to use it on Windows 7.
 My development environment: Microsoft Visual C++ 2008.
 I compiled in Debug mode, and run sample2.cpp on flugpl.mps.
 I did not add any cut generators.
 The crash occurs in CbcModel::branchAndBound line 3910.

 This problem is even more mysterious because whether tree search crashed
 or not depended on the cut generators I added.
 Experiment 1) I added Gomory cuts, and the program terminated properly.
 Experiment 2) I added CglLandP cuts, and CBC crashed, but now at a
 different location: CbcModel::branchAndBound(), line 3681,
 and inside that CbcTree::bestNode(double cutoff=1.0000000000000001e+050)
 Line 273.

 Thank you for providing some feedback.

 Tamas Kis

-- 
Ticket URL: <https://projects.coin-or.org/Cbc/ticket/87>
COIN-OR Branch-and-Cut MIP Solver <http://projects.coin-or.org/Cbc>
An LP-based branch-and-cut MIP solver.



More information about the Cbc-tickets mailing list