You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case I construct a graph to validate a user input. When the input changes I modify the graph accordingly. One of the validations is to check for cycles in the graph.
Hello,
In my use case I construct a graph to validate a user input. When the input changes I modify the graph accordingly. One of the validations is to check for cycles in the graph.
My current solutions is:
But I this is bad in multiple ways.
overallOrder()
is not used.In my opinion checking for cycles is a general use case and it would be nice if the library can expose it as a function.
The text was updated successfully, but these errors were encountered: