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.
pub fn higher_order_shortest_path(
conn: &Connection,
from_id: i64,
to_id: i64,
max_depth: u32,
) -> Result<Option<HigherOrderPath>>Find shortest path between two entities through hyperedges.