You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.
The vs and es sets are already created with vertices and edges already there. They worked when I created an edgelist graph.
julia> g = graph(vs,es,is_directed=false)
ERROR: make_vertex has no method matching make_vertex(::GenericGraph{Any,Any,Array{Any,1},Array{Any,1},Array{Array{Any,1},1}}, ::KeyVertex{ASCIIString})
in add_vertex! at /Users/ja26144/.julia/v0.3/Graphs.jl/src/graph.jl:100
in graph at /Users/ja26144/.julia/v0.3/Graphs.jl/src/graph.jl:44
The text was updated successfully, but these errors were encountered:
The vs and es sets are already created with vertices and edges already there. They worked when I created an edgelist graph.
julia> g = graph(vs,es,is_directed=false)
ERROR:
make_vertex
has no method matching make_vertex(::GenericGraph{Any,Any,Array{Any,1},Array{Any,1},Array{Array{Any,1},1}}, ::KeyVertex{ASCIIString})in add_vertex! at /Users/ja26144/.julia/v0.3/Graphs.jl/src/graph.jl:100
in graph at /Users/ja26144/.julia/v0.3/Graphs.jl/src/graph.jl:44
The text was updated successfully, but these errors were encountered: