how to solve the graph parition problem using metis on matlab?
Afficher commentaires plus anciens
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?
Réponses (1)
Walter Roberson
le 31 Déc 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 commentaires
liu
le 31 Déc 2012
Walter Roberson
le 31 Déc 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 ?
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!