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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: