$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Vertex Weights!!!
From: Nouf M. (noufmks_at_[hidden])
Date: 2011-11-23 08:32:15
Hello,
I have a graph that contains:
- Vertices with 1.name 2.weight
- Edges with 1.name 2.weight
I couldnt figure out how to store the weights of the vertices. Is it
possible to do that? if yes, then please tell me how...
Thank you...