CausalInference.jl
CausalInference.jl copied to clipboard
Tracking MultilayerGraphs compatibility
- PC algorithm code (and other code) assumes
Int-vertices
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?