EtymoIO / EvolvingGraphs.jl

Working with time-dependent networks in Julia
https://etymoio.github.io/EvolvingGraphs.jl/latest/
Other
52 stars 11 forks source link

remove node, remove edge #19

Open matbesancon opened 6 years ago

matbesancon commented 6 years ago

there is an exported rm_edge! function which does not seem to be defined for any type. Also, it could be interesting to have a rm_node! or rm_vertex! (which would complete the interface to LightGraphs)

weijianzhg commented 6 years ago

Good spot! rm_edge! was considered for AbstractEvolvingGraph but the issue with static edge and causal edge makes it a complex thing to do. So I decided to remove it for now. Must have forgot to remove it from export.

it could be interesting to have a rm_node! or rm_vertex! (which would complete the interface to LightGraphs)

Sure, will implement rm_edge!, rm_node! for AbstractStaticGraph