cugraph.shortest_path#

cugraph.shortest_path(
G,
source=None,
method=None,
directed=None,
return_predecessors=None,
unweighted=None,
overwrite=None,
indices=None,
)[source]#

Alias for sssp(), provided for API compatibility with NetworkX. See sssp() for details.