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
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)
The text was updated successfully, but these errors were encountered:
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 a
rm_node!
orrm_vertex!
(which would complete the interface to LightGraphs)The text was updated successfully, but these errors were encountered: