Add algorithm to compute the transitive reduction #273
Labels
core
something about core
development
Development of new Functionalities
enhancement
New feature or request
help wanted
Extra attention is needed
Priority:Medium
Priority Label for medium priority issue
Milestone
Computing the transitive reduction is useful when trying to satisfy closure of a graph. A typical use-case for this is to use the resultant output to create an ordered execution pipeline.
See https://en.wikipedia.org/wiki/Transitive_reduction for more details on Transitive Reduction and possible implementations.
(This may be already covered by Floyd-Warshall)
The text was updated successfully, but these errors were encountered: