You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
layers::Vector{LayerDescriptor{T,U}}# vector containing all the layers of the multilayer graph. Their underlying graphs must be all undirected.
15
15
interlayers::OrderedDict{Set{Symbol},InterlayerDescriptor{T,U}}# the ordered dictionary containing all the interlayers of the multilayer graph. Their underlying graphs must be all undirected.
16
16
v_V_associations::Bijection{T,<:MultilayerVertex}# A Bijection from Bijections.jl that associates numeric vertices to `MultilayerVertex`s.
layers::Vector{LayerDescriptor{T,U}}# vector containing all the layers of the multilayer graph. Their underlying graphs must be all undirected.
14
14
interlayers::OrderedDict{Set{Symbol},InterlayerDescriptor{T,U}}# the ordered dictionary containing all the interlayers of the multilayer graph. Their underlying graphs must be all undirected.
15
15
v_V_associations::Bijection{T,<:MultilayerVertex}# A Bijection from Bijections.jl that associates numeric vertices to `MultilayerVertex`s.
0 commit comments