I use a Sugiyama layout to produce a graph.
I have soft constraints on some nodes regarding relative ordering.
In the image below the nodes M1,M2, M3, M4 should be in this order from left to right. But only if there is no other restriction. So I cannot enforce this with restrictions with SugiyamaLayoutSettings.AddLeftRightConstraint(Node, Node).
If one looks just at the number, crossings etc. there is no difference between this image and the one where M2 and M3 are swapped.
I use a Sugiyama layout to produce a graph. I have soft constraints on some nodes regarding relative ordering. In the image below the nodes M1,M2, M3, M4 should be in this order from left to right. But only if there is no other restriction. So I cannot enforce this with restrictions with
SugiyamaLayoutSettings.AddLeftRightConstraint(Node, Node)
.If one looks just at the number, crossings etc. there is no difference between this image and the one where M2 and M3 are swapped.
I'd like to know if it's possible to define this.