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 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