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
Graphs.jl already has several optimized functions available that I think could be easily extended using from DataGraphs. Since DataGraphs contains the same properties as SimpleGraphs (plus some), these functions should be easily extendable. This may also require extending some API functions such as nv(::SimpleGraph)
The text was updated successfully, but these errors were encountered:
Graphs.jl
already has several optimized functions available that I think could be easily extended using fromDataGraphs
. SinceDataGraphs
contains the same properties asSimpleGraphs
(plus some), these functions should be easily extendable. This may also require extending some API functions such asnv(::SimpleGraph)
The text was updated successfully, but these errors were encountered: