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
- `vertices::Vector{ <: MultilayerVertex}`: The `MultilayerVertex`s of the Layer;
115
+
- `edge_list::Vector{ <: MultilayerEdge}`: The list of `MultilayerEdge`s;
116
+
- `null_graph::G`: the Layer's underlying graph type, which must be passed as a null graph. If it is not, an error will be thrown;
117
+
- `weighttype::Type{U}`: The type of the `MultilayerEdge` weights (even when the underlying Layer's graph is unweighted, we need to specify a weight type since the `MultilayerGraph`s will always be weighted)
0 commit comments