|
Boost : |
Subject: Re: [boost] [graph] boost::plugin and boost::id_tag ?
From: Benoit . (trasfract_at_[hidden])
Date: 2008-12-16 10:56:27
Hi,
> For example: How to add on-the-fly, temporary, properties to edges/vertices
I believe that vector_property_map will work for you, at least for
vertices. The same goes for edges, on the condition provided you have
added an identifier property map to your graph.
> Second problem: My graph has heterogeneous vertices - two different types.
I have had to solve the same problem. I am rather happy using
Boost.Variant to address that issue.
Good luck !
Benoît Casoetto
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk