Change Target of Edge in BGL

Posted by Sunny on Stack Overflow See other posts from Stack Overflow or by Sunny
Published on 2009-04-24T11:20:07Z Indexed on 2010/03/24 18:03 UTC
Read the original article Hit count: 202

Filed under:

If my BGL graph contain edge from node x to node y, and I want to change the target of this edge, so that now it's pointing from x to z, how it can be done?

Are there any functions in BGL for that?

© Stack Overflow or respective owner

Related posts about boost-graph