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
Uh, this is bad. topological_sort is defined in the Experimental submodule (where correctness is less guaranteed) and should not be exported outside, but it is, because we import the topological_sort symbol from outside.
In the meantime, one should probably use topologial_sort_by_dfs - that one seems to work correctly, at least for that particular case.
Description of bug
topological_sort
may return duplicate verticesHow to reproduce
Expected behavior
Actual behavior
Code demonstrating bug
see above
Version information
Additional context
none
The text was updated successfully, but these errors were encountered: