[boost C++] algorithm for shortest path

13 Oct
2009
13 Oct
'09
3:18 a.m.
Hi there, For the following unidirectional (one-direct only) pairs: A-B; G-H; B-D; D-G; H-K; K-D; The shortest path between A and D is: A-B-D, but none between A and H. Which Boost library should I use to develop such an algorithm or any hint on design it ? Thanks in advance. Robert

13 Oct
13 Oct
4:47 a.m.
Boost lzw wrote:
Hi there,
For the following unidirectional (one-direct only) pairs:
A-B; G-H; B-D; D-G; H-K; K-D;
The shortest path between A and D is: A-B-D, but none between A and H.
Which Boost library should I use to develop such an algorithm or any hint on design it ?
Thanks in advance.
Robert
Boost.Graph has shortest path algorithms. Cheers, Mikko
5649
Age (days ago)
5649
Last active (days ago)
1 comments
2 participants
participants (2)
-
Boost lzw
-
Mikko Vainio