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
The used layouting algorithms from OGDF tend to crash or fall into endless loops on certain edge cases. For example the testfile loop.gfa from pyGFA broke the StressMinimization algorithm.
Current workaround is this line in viznode.cpp: weight = max(weight, 1.2); //fix for loop.gfa
The text was updated successfully, but these errors were encountered:
The used layouting algorithms from OGDF tend to crash or fall into endless loops on certain edge cases. For example the testfile loop.gfa from pyGFA broke the StressMinimization algorithm.
Current workaround is this line in viznode.cpp:
weight = max(weight, 1.2); //fix for loop.gfa
The text was updated successfully, but these errors were encountered: