$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [graph] out_edges sort
From: fabien.castan_at_[hidden]
Date: 2010-09-09 05:33:11
> 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.