coin-or / Cgl

Cut Generator Library
Other
24 stars 16 forks source link

gomory cuts mem leak if bad factorization #31

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @mgalati13

Original creation time: 2009-09-09 20:00:51

Assignee: somebody

CC: @mgalati13

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]; }}

svigerske commented 5 years ago

Comment by @rlougee created at 2009-12-10 19:07:02

Changing assignee from somebody to @jjhforrest.

svigerske commented 5 years ago

Comment by @jjhforrest created at 2009-12-10 19:33:29

fixed in trunk and stable/0.55

svigerske commented 5 years ago

Comment by @jjhforrest created at 2009-12-10 19:33:29

Resolution: fixed