13 Mar
2013
13 Mar
'13
2:13 p.m.
On Wed, 13 Mar 2013, Borja MiƱano wrote:
Hello Jeremiah,
I am a little confused with the property maps, and I am trying different things. What I really want is to define some properties for the edges on a mutable graph. I am using a distributed adjacency list. I tried with distributed property maps, with iterator property maps and now I am trying defining internal properties. What do you recommend for my case? I want to add and remove edges and vertices, and the properties should be synchronized between processors.
Internal properties are the easiest way to do that. -- Jeremiah Willcock