issues
search
amueller
/
gco_python
Python wrappers for GCO alpha-expansion and alpha-beta-swaps
137
stars
64
forks
source link
Fixed memory leaks, added exceptions
#10
Closed
jswulff
closed
9 years ago
jswulff
commented
9 years ago
Added del statements to fix the memory leaks whenever a GOptimization object was created.
Added exception passing, so errors (for example, due to non-submodular energies) can be properly caught from within Python.
amueller
commented
9 years ago
Thanks!