$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Enumerating paths and euler paths in a graph
From: Yaron Kretchmer (yaronkretchmer_at_[hidden])
Date: 2010-03-03 17:13:33
Hi There.
I'm a boost newbie, so my apologies if this has been discussed before:
I need to
1) Enumerate all paths of a certain length in a given graph.
2) Find all Euler paths in a given eulerian graph.
Any idea on how to do that with boost?
Thanks
Yaron