Subject: Re: [Boost-users] d_ary_heap_indirect problem
From: David Doria (daviddoria_at_[hidden])
Date: 2012-01-25 14:58:46


> 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