Skip to main content

native_shortest_path

Function native_shortest_path 

Source
pub fn native_shortest_path(
    graph_file: &mut GraphFile,
    start: NativeNodeId,
    end: NativeNodeId,
) -> Result<Option<Vec<NativeNodeId>>, NativeBackendError>
Expand description

Native shortest path implementation using BFS