bjmtrk

Results 2 comments of bjmtrk

I am also having the same problem, will there a quick fix for this? Thanks

I am having the same problem. julia> using Graphs julia> typealias SEdge Edge{AbstractString} Graphs.Edge{AbstractString} julia> g = graph(["A","B","C","D"],SEdge[]) Directed Graph (4 vertices, 0 edges) julia> typeof(g) Graphs.GenericGraph{ASCIIString,Graphs.Edge{AbstractString},Array{ASCIIString,1},Array{Graphs.Edge{AbstractString},1},Array{Array{Graphs.Edge{AbstractString},1},1}} julia> eds =...