Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: add degree_sequence_game in BGL #177

Open
phcerdan opened this issue Jul 21, 2019 · 2 comments
Open

Request: add degree_sequence_game in BGL #177

phcerdan opened this issue Jul 21, 2019 · 2 comments

Comments

@phcerdan
Copy link

igraph has this degree_sequence_game src/games.c method to randomly create a graph with a set of degrees.

I wonder if you know if there is any implementation of that stochastic algorithm using BGL. And if not, if there is any road map on implementing it. Thanks!

@anadon
Copy link
Contributor

anadon commented Jul 21, 2019

Hello phcerdan,

Not that I am aware of. My focus right now is tidying BGL up for long term maintenance and support before attempting to create a BGL2. We welcome support, but I don't have the man hours to sink into this feature request. However, if you pique the interest of a more skilled boost dev, they might be able to handle such a request. I'm still fairly green.

@phcerdan
Copy link
Author

phcerdan commented Jul 23, 2019

As a reference, one of the generator I am interested in igraph is a verbatim copy of https://www-complexnetworks.lip6.fr/~latapy/FV/generation.html. But the license is also GPL.

Attached the GPL code:
gengraph.tar.gz

And also graph_tools has a generator of random graph with fixed edges. graph_tools seems based on BGL, but still with GPL license :(
https://graph-tool.skewed.de/static/doc/generation.html#graph_tool.generation.random_graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants