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

Adds multi-edge on multi undirected graphs. #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ceandrade
Copy link

As VisJS allows us to have multiple edges between the same pairs of nodes on multi undirected graphs, here we add such capability. Indeed, the changes in the code are trivial by commenting out / removing the code that checks and prevents the addition of multiple edges on undirected graphs. We also fixed/commented out the respective tests for such capability since it is disabled now.

However, no deep analysis was done to see the impact in other parts of the code.

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

Successfully merging this pull request may close these issues.

1 participant