$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Graph
From: seyfollah (ssoleima_at_[hidden])
Date: 2009-09-05 00:17:47
Dear,
I'm new in Boost and I need a code to start.
I want to create a Graph with following features:
1. In every vertex has 4 integers, 4 doubles and 2 bools.
2. Directed Graph
3. At most 9 Out edges for every Vertex and I should know which one is
the first one.
Could any one help me to start.
Regards