Skip to content

Conversation

@JDPowell648
Copy link

Closes#749

@ntamas
Copy link
Member

Thanks! Will merge when the CI tests pass.

@ntamasntamas merged commit d23e0b1 into igraph:mainMar 14, 2024
@szhorvat
Copy link
Member

The phrasing is a bit confusing though.

  • get_shortest_path() finds a shortest path between a source and a target vertex
  • get_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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify documentation of get_shortest_path

3 participants

@JDPowell648@ntamas@szhorvat