$include_dir="/home/hyper-archives/boost-users/include";
include("$include_dir/msg-header.inc")
?>
- Next message: mingliang zou: "Re: [Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
- Previous message: mingliang zou: "[Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
- In reply to: mingliang zou: "[Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
- Next in thread: mingliang zou: "Re: [Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
- Reply: mingliang zou: "Re: [Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
On Wed, 4 Jul 2012, mingliang zou wrote:
> 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.
What exactly do you want to do? There are add_edge and remove_edge
functions. If you want to disable edges temporarily based on a mask, look
at filtered_graph.
-- Jeremiah Willcock
- Next message: mingliang zou: "Re: [Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
- Previous message: mingliang zou: "[Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
- In reply to: mingliang zou: "[Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
- Next in thread: mingliang zou: "Re: [Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
- Reply: mingliang zou: "Re: [Boost-users] Hello, I am using boost graph, I have a questions about disable edge in one graph"
$include_dir="/home/hyper-archives/boost-users/include";
include("$include_dir/msg-footer.inc");
?>