[Cgl-tickets] [COIN-OR Cut Generator Library] #31: gomory cuts mem leak if bad factorization

COIN-OR Cut Generator Library coin-trac at coin-or.org
Wed Sep 9 16:00:51 EDT 2009


#31: gomory cuts mem leak if bad factorization
---------------------+------------------------------------------------------
 Reporter:  mgalati  |       Owner:  somebody
     Type:  defect   |      Status:  new     
 Priority:  minor    |   Milestone:          
Component:  Cgl      |     Version:  trunk   
 Keywords:           |  
---------------------+------------------------------------------------------
 This memory leaks if a bad factorization occurs because it returns without
 clean-up at L312.

 {{
  int * rowIsBasic = new int[numberRows];
  int * columnIsBasic = new int[numberColumns];
 }}

-- 
Ticket URL: <https://projects.coin-or.org/Cgl/ticket/31>
COIN-OR Cut Generator Library <http://projects.coin-or.org/Cgl>
A library of mixed-integer programming cutting plane generators.



More information about the Cgl-tickets mailing list