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

Relax the requirement of same `T` and `U` for all `Layer`s and `Interlayer`s that are meant to constitute a `Multilayer(Di)Graph` #53

Open ClaudMor opened 1 year ago

ClaudMor commented 1 year ago

We may achieve this by reimplementing the old mechanism that finds the least common abstract type for T and U separatedly.