Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove node, remove edge #19

Open
matbesancon opened this issue Apr 19, 2018 · 1 comment
Open

remove node, remove edge #19

matbesancon opened this issue Apr 19, 2018 · 1 comment

Comments

@matbesancon
Copy link
Contributor

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants