pub fn floyd_warshall( store: &LpgStore, weight_property: Option<&str>, ) -> FloydWarshallResult
Runs Floyd-Warshall algorithm for all-pairs shortest paths.
store
weight_property
All-pairs shortest path distances and path reconstruction data.
O(V³)