$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [BGL] Graph union
From: Shaun Jackman (sjackman_at_[hidden])
Date: 2011-06-21 13:43:14
Hi,
Is there a graph adapter that presents a view of the union of two
graphs? The union graph would not be modifiable.
graph_union<G1, G2> unionGraph(g1, g2);
If not, any tips on how to go about implementing this?
Cheers,
Shaun