$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mohamed Anouar Rachdi (marachdi_at_[hidden])
Date: 2006-09-28 14:48:46
Hello,
I'm using boost bidirectional multigraph, and i use
boost::edge(src,dst,graph) but just like this it doesnt
work when there is multilinks between src and dst
is there a way to specifie an id of link
something like
boost::edge(src,dst, idlink, graph)??
thanx