$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniele Carlucci (dax_at_[hidden])
Date: 2004-09-16 11:35:33
Hi all,
how can I print only the out edges from a node in this sample?
I only print 0->1
1->0 2 3
2->1
3->1
there is a way to print this output:
0->1
1->2
1->3
Thanks
Daniele Carlucci