pub type PredecessorMap = HashMap<i64, (i64, String, f64)>;Expand description
Predecessor map from BFS: entity_id → (parent_entity_id, relation_type, edge_weight).
Enables path reconstruction from any discovered entity back to a seed.
Aliased Type§
pub struct PredecessorMap { /* private fields */ }