$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph
From: mingliang zou (2236zml_at_[hidden])
Date: 2012-07-03 12:18:53
I created a graph.
And use add_edge to add some edges,
I wanna disable some edges, and add some edges. and use boost graph
algorithm for enable edges
How can I do this? not create new graph.