JuliaGraphs / JuliaGraphs-meta

Forum for JuliaGraphs discussion - issues only.
6 stars 1 forks source link

About generating Networks #1

Closed Azzaare closed 8 years ago

Azzaare commented 8 years ago

Hi there,

I have to generate some Networks for a personal project, so why not include some of the algorithms I use in JuliaGraphs. So it is not in a rush.

I was just wondering where would be the best place to incorporate those networks generators. There is a generator part for unweighted/unlabelled graphs in LightGraphs.jl. There is also the Networks.jl package, but it seems to be thin at the moment.

Any idea? Ha, and I join gitter, so I can discuss actively if needed.

sbromberger commented 8 years ago

@Azzaare - you might also consider LightGraphsExtras, specifically in the https://github.com/JuliaGraphs/LightGraphsExtras.jl/tree/master/src/datasets directory.