Implement IsOrderIdeal
for a subset of a partial order digraph
#522
Labels
feature-request
A label for feature requests
resolved-pending-release
A label for issues that have been resolved and that can be closed when a new version is released.
This property would return
true
if the specified subset was "downwards" closed, i.e. contains every node less than the given nodes. This could more or less easily be done usingVerticesReachableFrom
ifVerticesReachableFrom
could take a list of nodes.The text was updated successfully, but these errors were encountered: