[boost C++] algorithm for shortest path

12 Oct
2009
12 Oct
'09
9:18 p.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

12 Oct
12 Oct
10:47 p.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
5728
Age (days ago)
5728
Last active (days ago)
1 comments
2 participants
participants (2)
-
Boost lzw
-
Mikko Vainio