$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] newbie weighted edges question
From: Fahad Saeed (fsaeed2_at_[hidden])
Date: 2009-07-10 05:46:40
Hello everyone,
I am new at using Boost libraries and was hoping that someone could give
me some pointers how to start.The problem that I want to solve is as
follows:
I want to build a directed graph model with edges that are weighted.But
instead of having one weight each edge is suppose to have 2 weights, each
representing a different parameter in my graph model.The weights are to be
used separately for different functions.
Also, this is trivial but a pointer would certainly help. I would like to
take each vertice in the graph and ¨know¨ its immediate neighbours.
Thanks in advance.
Fahad