networkx-metis icon indicating copy to clipboard operation
networkx-metis copied to clipboard

NetworkX Addon to allow graph partitioning with METIS

Results 20 networkx-metis issues
Sort by recently updated
recently updated
newest added

NOTE: NetworkX-METIS isn't maintained actively, there won't be any new releases anytime soon. Please open an issue if you are interested in helping with maintaining this project.

Now I can not install by 'pip install networkx-metis'. I find that https://pypi.org/project/networkx-metis/ is 404

Once this is ready and uploaded onto PyPI, it would be nice to get a `conda` recipe for this so that users can install as: `conda install networkx-metis`. https://www.youtube.com/watch?v=FgfKA-HJFI0 http://conda.pydata.org/docs/

I am trying to follow the setup steps for windows I have windows 10. However, I am getting an error python setup.py build --compiler=msvc The error I am getting is:...

Hi all! I'm using METIS and I would like to partition the graph addding a weight to the edges. Could ypu please show an example to develop a correct script?

Hi, I want use `nxmetis.partition(G, nparts, node_weight='weight', node_size='size', edge_weight='weight', tpwgts=None, ubvec=None, options=None, recursive=False)` to do graph patition, but I don't know how to add constraints, the constrains are like '1....

Let's say the algorithm comes up with 2 partitions- p1, and p2 I want to run a constraint function on each partition (the output of which depends on what's inside...

This might not be a problem with networkx-metis per se, but I've spent the last couple of hours figuring out what was up and think it is worth raising it...

See https://github.com/networkx/networkx-metis/issues/62

It seems like the `nxmetis.partition` cannot run on graph with edge weights that are not integers. Is there any suggestion on how to deal with this issue? Thank you!

question