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

I used `nxmetis.partition(G, 8)` to partition the PPI dataset, but an error occurred: ` File "", line 2, in partition File "build/bdist.linux-x86_64/egg/nxmetis/__init__.py", line 90, in _convert_exceptions IndexError: tuple index out...

I was trying to install `networkx-metis` with `pip` and I got ``` ERROR: Could not find a version that satisfies the requirement networkx-metis (from versions: none) ERROR: No matching distribution...

Greetings editors, I have a graph with very imbalanced weights. There are 2000 edges, and around 1000 of them have weights 10 million. When partition, I get a negative cutting...

I really appreciate your help and reply! Thank you a lot in advance! I follow your manual and set: options = MetisOptions(ncuts=2, niter=100, dbglvl=1) edge_cost, METIS_partition = nxmetis.partition(G=METIS_graph, nparts=2, node_weight='weight',...

Hello, in METIS -ufactor is int and specifies the maximally allowed load imbalance among partitions. If ufactor=10 it means the partition imbalance for each divided clusters cannot go beyond 10....

Hello, I read your source codes for partition and to use your nxmetis.partition for a graph with both edge & node weights, I need to let me graph support: vwgt...

As the https://pypi.org/project/metis/ project supports networkx multigraphs, it should be possible. That project however doesn't support vertex cuts and its bitbucket was taken down.

following the instruction provided I have tried to setup networkx-metis in windows. But getting the following error- > >python setup.py install > running install > running bdist_egg > running egg_info...

The installation instructions in the docs and the README should more or less approach the same format for uniformity. Also, you are suggesting mingw in the docs, but I am...

We follow the practice of NetworkX. We first release an RC and let it soak for some time. If there are no serious bugs reported, we release the finalized 1.0....