mschauer / CausalInference.jl

Causal inference, graphical models and structure learning in Julia
https://mschauer.github.io/CausalInference.jl/latest/
Other
189 stars 24 forks source link

Tracking MultilayerGraphs compatibility #72

Open mschauer opened 2 years ago

mschauer commented 2 years ago
mschauer commented 2 years ago

Update: So for the graphs protocol, the vertices must be integers: https://juliagraphs.org/Graphs.jl/dev/core_functions/interface/#Base.eltype-Tuple{AbstractGraph}

Do MultilayerGraphs have an O(1) map from their vertex representation to the Integers and back?