Boost logo

Boost Users :

Subject: [Boost-users] [GRAPH]write_graphviz and setS edges
From: Matthieu BOUSSARD (mboussar_at_[hidden])
Date: 2009-08-17 21:14:38


Hi,

I'd like to use the simple write_graphviz function
write_graphviz(std::cout,g);

but since my graph doesn't allow multiple edges between two vertices,
the graph type is defined by :
typedef adjacency_list <listS,setS, directedS,...>Graph;

but then I can't use the write_graphviz function anymore (compilation
error). If I declare my graph with
typedef adjacency_list <listS,vecS, directedS,...>Graph;
it is fine, but have multiple edges...

So my question is : is there a way to use write_graphviz with the setS
edges representation ?

Thank you,

Matthieu


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net