Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute topological sort using post-order traversal #2081

Merged
merged 1 commit into from
May 16, 2024

Conversation

michael-emmi
Copy link
Contributor

@michael-emmi michael-emmi force-pushed the topo-sort-bug-fix branch 3 times, most recently from 9e91908 to 6f1127e Compare May 15, 2024 22:53
@michael-emmi
Copy link
Contributor Author

FYI @StevenArzt @MarcMil

@michael-emmi michael-emmi force-pushed the topo-sort-bug-fix branch 2 times, most recently from 130697d to 7c9ec61 Compare May 16, 2024 00:21
@michael-emmi michael-emmi force-pushed the topo-sort-bug-fix branch 2 times, most recently from 7c9ec61 to 83773b8 Compare May 16, 2024 00:23
@StevenArzt StevenArzt merged commit 06750f0 into soot-oss:develop May 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect topological sorting leads to incorrect SCC computation in Spark
2 participants