Open matbesancon opened 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
there is an exported
rm_edge!
function which does not seem to be defined for any type. Also, it could be interesting to have arm_node!
orrm_vertex!
(which would complete the interface to LightGraphs)