Trait traitgraph_algo::dijkstra::DijkstraTargetMap
source · [−]pub trait DijkstraTargetMap<Graph: GraphBase> {
fn is_target(&self, node_index: Graph::NodeIndex) -> bool;
}
Expand description
A data structure that decides whether a given node index is a target of the current Dijkstra search.