Modifying vertex properties in a Boost::Graph
Posted
by Paul Nathan
on Stack Overflow
See other posts from Stack Overflow
or by Paul Nathan
Published on 2009-03-22T22:31:01Z
Indexed on
2010/03/16
20:21 UTC
Read the original article
Hit count: 341
I am trying to figure out how to use boost::graph to store some information. However, there is information I want tied to each vertex. Staring at the documentation for the library reveals either(a)badly written documentation, or (b), I'm obviously not as good at C++ as I thought. Pick two.
I am looking for either a tutorial on assigning properties, or a simple example use.
© Stack Overflow or respective owner