antmd / graph-tool

graph-tool - Efficient network analysis
GNU General Public License v3.0
94 stars 5 forks source link

price (Barabasi-Albert Scale-Free) network generation hangs #11

Open samwindels opened 9 months ago

samwindels commented 9 months ago

Hi,

I am trying to generate a Barabasi-Albert Scale-Free graph using the following function call:

graph_tool.generation.price_network(N=10000, m=10, c=0, gamma=1, directed=False, seed_graph=None)

Graph tool has been running for days now, without finishing. If I set m<=2, it finishes in less than a second.

I am on version 2.58 (commit 17e02e55, ), python 3.11.6.

Kind regards,

Sam

count0 commented 5 months ago

This is NOT the official repository of graph-tool! It's a clone someone made over 9 years ago!

The actual repository is here: https://git.skewed.de/count0/graph-tool

If you want the developers to actually see your issues, please post there!