16 Mar
2009
16 Mar
'09
4:28 p.m.
On Sun, Mar 15, 2009 at 6:46 PM, Juan Antonio Farré Basurte
When you say you use vecS for edge storage type, you mean OutEdgeList or EdgeList? I ask that cause in known problems it says that, for the moment, only listS is guarranted to work for EdgeList (the last template parameter of adjacency_list). In fact I tried to use vecS for it and I had serious problems. With listS everything works all right. Of course, for OutEdgeList, vecS is fine :)
I meant for OutEdgeList, however I went back and tried vecS for EdgeList as well and all my tests still passed and my program output was still correct. Perhaps this was corrected in code but the docs weren't updated? --Michael Fawcett