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

Avoid using Floyd-Warshall #26

Open
markuspf opened this issue Feb 13, 2019 · 0 comments
Open

Avoid using Floyd-Warshall #26

markuspf opened this issue Feb 13, 2019 · 0 comments

Comments

@markuspf
Copy link
Member

One of the biggest contributors to the speed difference between the MAGMA implementation and mine is the use of Floyd-Warshall on the VertexGraph. Seeing as we do not need a full Floyd-Warshall, either use a variant of Dijkstra with caching, or a "truncated" Floyd-Warshall.

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

No branches or pull requests

1 participant