$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Graph Library Question
From: Ken Kazinski (kjkazinski_at_[hidden])
Date: 2014-05-15 20:35:40
Hi,
I was able to find the shortest distances between my starting node and the rest of the nodes.
Now I would like to output the path between my starting node and destination node. I have tried a number of different examples but none of them seem to do what I want.
I am pretty sure I need to use some type of get but I can not find it in the documentation.
Thanks for any help.