[Cbc-tickets] Re: [COIN-OR Branch-and-Cut MIP Solver] #28: CbcModel.cpp:517: void CbcModel::branchAndBound(int): Assertion `lower[i]<1.0e10' failed.

COIN-OR Branch-and-Cut MIP Solver coin-trac at coin-or.org
Tue Aug 14 08:43:02 EDT 2007


#28: CbcModel.cpp:517: void CbcModel::branchAndBound(int): Assertion
`lower[i]<1.0e10' failed.
-------------------------+--------------------------------------------------
  Reporter:  kim         |       Owner:  somebody
      Type:  defect      |      Status:  closed  
  Priority:  major       |   Milestone:          
 Component:  component1  |     Version:          
Resolution:  fixed       |    Keywords:          
-------------------------+--------------------------------------------------
Changes (by forrest):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 I would not call this a "major" defect.  It would not fail in a production
 environment as NDEBUG would be defined.  It does point out some scaling
 issues which could cause problems.  Should there be no checking? lower
 bounds of -1.0e20 OK? -1.0e30?

 Have modified code to 1.0e20 - hopefully will still help people debug
 their projects.

-- 
Ticket URL: <https://projects.coin-or.org/Cbc/ticket/28#comment:1>
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