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

Edge rewiring sometimes results in edge deletion only #41

Open
mbatchkarov opened this issue Jun 1, 2014 · 1 comment
Open

Edge rewiring sometimes results in edge deletion only #41

mbatchkarov opened this issue Jun 1, 2014 · 1 comment
Assignees
Milestone

Comments

@mbatchkarov
Copy link
Owner

Multiple edge rewirings may occur in a single time step. These are executed in order. The process has two independent steps- removing the old edge and then adding a new one. However, the second part may fail if the edge we are adding exists already (as we don't want to be adding multiple edges between a pair of vertices). This means sometimes an edge rewiring may turn into an edge deletion. This is particularly problematic when the edge rewiring rate is high.

@mbatchkarov mbatchkarov added this to the v3.3 milestone Jun 1, 2014
@mbatchkarov mbatchkarov self-assigned this Jun 1, 2014
@mbatchkarov
Copy link
Owner Author

This bug still exists, but appears less frequently after c83c20c18.

@mbatchkarov mbatchkarov modified the milestones: 4.0, v3.3 Jun 28, 2014
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