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
Since we have implemented our own layout algorithms there is no reason to use Jung anymore. The sole purpose of using the Jung library was to apply their layout algorithm in our graphs. Now this is only happening for GraphML exported graphs.
Scope
Use one the layout algorithms to arrange GraphML graphs.
Remove all usages of the Jung API.
Replace usages of Jung graph with our existing graph model.
The text was updated successfully, but these errors were encountered:
Description
Since we have implemented our own layout algorithms there is no reason to use Jung anymore. The sole purpose of using the Jung library was to apply their layout algorithm in our graphs. Now this is only happening for GraphML exported graphs.
Scope
The text was updated successfully, but these errors were encountered: