6 Mar
2010
6 Mar
'10
6:58 p.m.
On Sat, 6 Mar 2010, Theodore McCormack wrote:
I need to use mutability in my graph. How would you use the vecS in the EdgeList for adjacency_list in a random access fashion?
Use vecS as the last template argument to adjacency_list and see if that gives you random access. -- Jeremiah Willcock