-
Notifications
You must be signed in to change notification settings - Fork 13
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
Handling disconnected graphs #12
Labels
enhancement
Enhancement to existing feature
Comments
canbax
added a commit
to ugurdogrusoz/visuall
that referenced
this issue
Dec 7, 2020
canbax
added a commit
to ugurdogrusoz/visuall
that referenced
this issue
Dec 7, 2020
…e then run `npm i`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a graph is disconnected and packing of components is enabled and a cluster spans multiple components, we should merge the multiple components spanning the same cluster and process accordingly. In other words, the fact that two nodes are in the same cluster should force the components that these nodes are in to be combined.
The text was updated successfully, but these errors were encountered: