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

Add to `add_layer!` a kwarg that allows the user to specify some new interlayers, skipping the instantiation of the default ones. #63

Open ClaudMor opened 1 year ago

ClaudMor commented 1 year ago

This should make the API easier to use and improve performance.