
25 Jan
2012
25 Jan
'12
7:58 p.m.
It looks (from the comments for d_ary_heap_indirect) that IndexInHeapMap needs to map from values (here, vertices) to indices, and so you probably need to use GridIndexMapType to create the IndexInHeapMap like you do for PriorityMapType.
-- Jeremiah Willcock
Got it - the example has been updated. Thanks. David