$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [BGL] Revisiting Parallel BGL
From: Sandeep Gupta (gupta.sandeep_at_[hidden])
Date: 2010-03-16 17:53:07
Hi,
I raised the issue of parallel BFS not working correctly here
http://listarchives.boost.org/boost-build/2009/10/22631.php. The issue remained
unresolved. I revisited it for last two days and the incorrectness in
likelihood
is probably due to initialization of distance property map for all non-start
vertex to be infinity.
Hope this helps.
Thanks
Sandeep