Closed JDPowell648 closed 8 months ago
Thanks! Will merge when the CI tests pass.
The phrasing is a bit confusing though.
get_shortest_path()
finds a shortest path between a source and a target vertexget_shortest_paths()
finds a shortest path from a single source to multiple targets (but not all shortest paths!)get_all_shortest_paths()
finds all shortest paths from a single source to multiple targets
Closes #749