$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2006-07-03 08:49:32
On Jul 1, 2006, at 12:43 PM, Hossein Haeri wrote:
> Dear all,
>
> Any special facility there is in BGL for bipartite
> graphs?
No, we do not have any special facilities for bipartite graphs. You
can, of course, use the general-purpose algorithms and data
structures in the BGL to work with bipartite graphs.
Doug