CausalInference.jl icon indicating copy to clipboard operation
CausalInference.jl copied to clipboard

Tracking MultilayerGraphs compatibility

Open mschauer opened this issue 3 years ago • 1 comments

  • PC algorithm code (and other code) assumes Int-vertices

mschauer avatar Aug 24 '22 13:08 mschauer

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?

mschauer avatar Aug 24 '22 13:08 mschauer