We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8841111 commit 0465bccCopy full SHA for 0465bcc
src/staticgraph.jl
@@ -29,7 +29,7 @@ function StaticGraph(nvtx::I, sd::Vector{Tuple{T, T}}) where {T<:Integer, I<:Int
29
return StaticGraph(nvtx, ss, ds)
30
end
31
32
-function StaticGraph(g::LightGraphs.SimpleGraph)
+function StaticGraph(g::LightGraphs.SimpleGraphs.SimpleGraph)
33
sd1 = [Tuple(e) for e in edges(g)]
34
ds1 = [Tuple(reverse(e)) for e in edges(g)]
35
sd = sort(vcat(sd1, ds1))
0 commit comments