inducer / pymetis

A Python wrapper around Metis, a graph partitioning package
http://mathema.tician.de/software/pymetis
Other
156 stars 32 forks source link

Pymetis for weighted graph #38

Closed abhisheksharma1395 closed 2 years ago

abhisheksharma1395 commented 2 years ago

Hi, I am a university student. I am doing some research project which requires me to use pyMetis. I am having a hard time using pymetis, and I wasn't able to find any useful resources or examples on the web. I wanted to partition a weighted graph as a part of my requirement, which I built via networkx. I have visited https://documen.tician.de/pymetis/_modules/pymetis.html#part_graph but i find it hard to understand without example. Can you help me with this or redirect me to any useful resource.

Regards