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

max_flow() error on Matlab R2018b and windows 10 #22

Open Vurgit opened 3 years ago

Vurgit commented 3 years ago

Hello the max_flow() will report an error when running max_flow_example saying that there is no such function or method called max_flow_mex(). The c and mexw64 files called max_flow_mex dont seem to work even if I put them in the folder where max_flow.m is. Could I get some help with it? Thank you

dgleich commented 3 years ago

If you can post any info on how windows deals with mex files now, that'd be useful to look at. You may have to recompile this for 64-bit windows or something like that. (I assume you are on 64-bit Windows???)