Implement IsTransitivelyReducedDigraph
#664
Labels
difficulty: 2
A label for feature requests of medium difficulty
feature-request
A label for feature requests
This would return
true
if the input digraphD
satisfiesD = DigraphTransitiveReduction(D)
, but should be implemented in a similar way toIsTransitiveDigraph
.The text was updated successfully, but these errors were encountered: