Consider a graph of dependencies:
a -> b
a -> c
b -> c
The direct link from a->c is implied via a->b->c.
Add an option to the UI that removes dependencies which are implied
transitively.
This blog post shows the benefit this can have on complex diagrams:
http://mg.pov.lt/blog/simplifying-dependency-graphs.html
Original issue reported on code.google.com by drewnoakes on 24 Mar 2014 at 9:54
Original issue reported on code.google.com by
drewnoakes
on 24 Mar 2014 at 9:54