$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Graph] Using a bit-based ajacency matrix.
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-02-24 12:13:35
Dear All,
Does anybody have experience with the above. That is,
to represent the graph as a bit-based ajacency matrix, and
then use that together with Boost.Graph?
I'm thinking that Boost.Graph will not exploit this
representation optimally. Am I correct?
Thanks in advance
-Thorsten