I am working on a project where I have to manipulate graphs. I am using graph-tool library for which I am new and I code using Python 2.7.
I added a new edge property called edge_capacity
. For some reason, I need to know to which edge that value belongs to and the vertices that form that edge.
Thank you for pointing me out to a solution.
Regards.