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

Make concrete `MultilayerGraph` and `MultilayerDiGraph` NOT graph wrappers #29

Closed InterdisciplinaryPhysicsTeam closed 1 year ago

InterdisciplinaryPhysicsTeam commented 1 year ago

This way, it will be possible to greatly simplify the library, since modifications to edges, vertices, etc. shall no longer be applied twice.