Where I can find the display algorithm for multi-parents linking. I like to draw it on 2-dimension paper without crossing lines.
So it is connecting with Set of parents to set of children where there is many to many relationship.
Where I can find the display algorithm for multi-parents linking. I like to draw it on 2-dimension paper without crossing lines.
So it is connecting with Set of parents to set of children where there is many to many relationship.
The layout engines in graphviz attempt to solve this problem in various ways, though I think they will all allow lines to cross if the diagram is complex enough.
The theory page has some links that may be of interest.