You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Currently on every change (node added, edge added/removed), all possible combinations of edges are evaluated, and in an inefficient manner (create all possible edges then remove duplicates)
It should be possible to easily improve this by for example only showing a small subset of potential edges
Currently on every change (node added, edge added/removed), all possible combinations of edges are evaluated, and in an inefficient manner (create all possible edges then remove duplicates)
It should be possible to easily improve this by for example only showing a small subset of potential edges