Computes shortest paths to the given set of landmark vertices.
Computes shortest paths to the given set of landmark vertices.
the edge attribute type (not used in the computation)
the graph for which to compute the shortest paths
the list of landmark vertex ids. Shortest paths will be computed to each landmark.
a graph where each vertex attribute is a map containing the shortest-path distance to each reachable landmark vertex.
Computes shortest paths to the given set of landmark vertices for temporal graphs treating the graph as undirected