
9 Sep
2010
9 Sep
'10
9:33 a.m.
There is no way to do a sort in place ?
Not using the "official" interfaces, AFAIK. What are you trying to do? Maybe there's a different algorithm in BGL that might do what you want. I compute some values on each node, depending on connected vertices, etc. Next I need to visit my graph in a dfs but going first into out_edges with the biggest precomputed value.