how to solve the graph parition problem using metis on matlab?
Show older comments
how to solve the graph parition problem using metis on matlab?
Is there any toolbox for metis? How can I get it and use it?
Answers (1)
Walter Roberson
on 31 Dec 2012
0 votes
METIS appears to be a particular set of C programs. You can download them from http://glaros.dtc.umn.edu/gkhome/metis/metis/download
If you wanted to call them directly from MATLAB, you would need to write a mex function that accepted the arguments from MATLAB and called the appropriate METIS routine and then bundled the results up to return to MATLAB. Some of the work has already been done; see http://dgleich.wordpress.com/2012/05/22/want-to-use-metis-5-0-with-matlab-try-the-new-metismex/
2 Comments
liu
on 31 Dec 2012
Walter Roberson
on 31 Dec 2012
I do not seem to be having any difficulty. Can you connect to http://dgleich.wordpress.com/ ? What error do you see? Is your browser allowing javascript from wordpress.com and wp.com and quantserve.com ?
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!