Type Definition rs_graph::search::astar::DefaultPriQueue [−][src]
type DefaultPriQueue<'a, A, D, H> = BinHeap<<A as GraphType<'a>>::Node, Data<<A as GraphType<'a>>::Edge, D, H>>;
Default priority queue type to be used in an A* search.
Ais the graph type informationDis the type of distance valuesHis the type of heuristic values