dgleich / matlab-bgl

A graph library for Matlab based on the boost graph library
http://dgleich.github.com/matlab-bgl
107 stars 70 forks source link

kuratowski_subgraph crashes on R2008b #3

Open dgleich opened 13 years ago

dgleich commented 13 years ago

The kuratowski_subgraph function crashes Matlab R2008b completely. This occurs because the mex file allocates 3n-6 entries of memory, but the output graph takes 3n-6+1 entries.