22 Jun
2010
22 Jun
'10
5:23 p.m.
On Tue, 22 Jun 2010, Christophe Goessen wrote:
The error is not exactly the same but quite similar (always a such missing function) with all the single source shortest paths algorithms (dijkstra's, bellman-ford's and dag). Also, I already have a vertex_index property map (internal one). What you are implying is that this is a know bug?
By the way I'm using the 1.42 version
No, it's not a known bug, it's an unknown one I need to fix. If you have a vertex_index map, all of the algorithms should work with your vertex and edge types. Could you please send me a small example that fails? -- Jeremiah Willcock