sbromberger / LightGraphs.jl

An optimized graphs package for the Julia programming language
Other
671 stars 185 forks source link

multilayer network #1029

Closed adamglos92 closed 5 years ago

adamglos92 commented 5 years ago

Hello, Is there any implementation multilayer networks (or multiplex, hypergraph, etc.)? I would really appreciate such.

sbromberger commented 5 years ago

Unfortunately not natively. You might be able to cobble something together using metagraphs though.

sbromberger commented 5 years ago

Closing this out, but feel free to continue discussion here, or on Discourse.

adamglos92 commented 5 years ago

It should be sufficient for multiplexes, as in each node I can have a additional graph defined over the layers. As right know it is more than enough for me, I am satisfied with that. Thanks!

Just in case, if the code would be good enough, will You be interested in including it into JuliaGraphs?

sbromberger commented 5 years ago

Just in case, if the code would be good enough, will You be interested in including it into JuliaGraphs?

We are always open to new functionality. This sounds like a good addition. You should start thinking now about whether you will be able to maintain the code / repo in the long term. If so, it makes this a much easier decision. (We need to make sure all JuliaGraphs code is maintained / maintainable.)