Use different map
This commit is contained in:
parent
ae0e6d6516
commit
051b710484
@ -32,7 +32,7 @@ struct _HeapData {
|
|||||||
_HeapData( NodeID p ) : parent(p) { }
|
_HeapData( NodeID p ) : parent(p) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef BinaryHeap< NodeID, int, int, _HeapData, MapStorage< NodeID, unsigned > > _Heap;
|
typedef BinaryHeap< NodeID, int, int, _HeapData, SparseStorage< NodeID, unsigned > > _Heap;
|
||||||
|
|
||||||
template<typename EdgeData, typename GraphT, typename KDTST = NodeInformationHelpDesk>
|
template<typename EdgeData, typename GraphT, typename KDTST = NodeInformationHelpDesk>
|
||||||
class SearchEngine {
|
class SearchEngine {
|
||||||
|
Loading…
Reference in New Issue
Block a user