Bram28/LEGUP

Merge: location of nodes

Closed this issue · 3 comments

Sometimes the location of the nodes after merging is off, especially if the merged nodes are at different x-location

I just pushed a commit which should fix the problem.

It's still a bit off:

merge bug

I would like the distance between each node to be the same, i.e. the merged node should be closer to the nodes it came from. That way, no matter how many branches you have, the board nodes and the transition nodes will always line up in the same columns.

I just pushed a commit that should make the distances between nodes equal.
3368551