Skip to main content

higher_order_shortest_path

Function higher_order_shortest_path 

Source
pub fn higher_order_shortest_path(
    conn: &Connection,
    from_id: i64,
    to_id: i64,
    max_depth: u32,
) -> Result<Option<HigherOrderPath>>
Expand description

Find shortest path between two entities through hyperedges.