$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost graph, Using Bundled Properties and Internal Properties at the same time
From: Paolo Bolzoni (paolo.bolzoni.brown_at_[hidden])
Date: 2014-02-27 06:36:31
Dear list,
Related to the other email of me I woud like to use the subgraphs class,
but the base graph needs two internal properties: vertex_index and
edge_index.
However in my program I use bundled properties as suggested in this list
some time ago. Now I have this problem, is possible to use internal and
bundled properties in the same graph? Or can I use subgraph in another way?
Your faithfully,
Paolo