Hello list,
I wonder what is the fastest method to access edge properties of an
adjacency_list when iterating over edges. Actually, the only way I know
of for accessing properties is via operator[]:
typedef boost::adjacency_list
Hello list,
I wonder what is the fastest method to access edge properties of an
adjacency_list when iterating over edges. Actually, the only way I know
of for accessing properties is via operator[]:
typedef boost::adjacency_list