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

Deleting a self loop makes stinger go into an infinite loop. #205

Open
rohitvarkey opened this issue Oct 20, 2016 · 0 comments
Open

Deleting a self loop makes stinger go into an infinite loop. #205

rohitvarkey opened this issue Oct 20, 2016 · 0 comments

Comments

@rohitvarkey
Copy link
Contributor

rohitvarkey commented Oct 20, 2016

Discovered in stingergraph/StingerGraphs.jl#5.

I discussed this with @jpfairbanks and @ehein6 today and we understood that it probably occurs due to this note specified in the definition of stinger_remove_edge.

A simple code snippet to reproduce this behavior is given below. I've also added this as part of the stinger_core_test.cpp file here

stinger_insert_edge(S, 0, 300, 300, 1, 1);
stinger_remove_edge(S, 0, 300, 300); //Goes into an infinite loop.
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

1 participant