JuliaGraphs / MultilayerGraphs.jl

A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs.
https://juliagraphs.org/MultilayerGraphs.jl/dev
MIT License
118 stars 3 forks source link

Implement `NodeAlignedEdgeColored(Di)Graph` #106

Closed ClaudMor closed 1 year ago

ClaudMor commented 1 year ago

It would be useful, especially to model social networks like Twitter, to have a particular multilayer graph that reflects an edge-colored graph.

So we need a subtype of AbstractMultilayerGraph that ensures that all Nodes are represented in every Layer at any given time, and that its Interlayers are always empty.

Nomenclature follows Kivelä et al. (2014).