Re: [jgrapht-users] Label Edge Example
Brought to you by:
barak_naveh,
perfecthash
From: Rikless <eri...@gm...> - 2014-03-31 22:06:16
|
Hi, I come back on this post because i had the same problem on an old algorithm using a DirectedWeightedMultigraph structure. I know that there is loops on my data, that's why i choosed this structure. As mentionned in the javadoc : *DirectedMultigraph* (used by Patricia) : A directed multigraph is a non-simple directed graph in which loops and multiple edges between any two vertices are permitted. *DirectedWeightedMultigraph* : A directed weighted multigraph is a non-simple directed graph in which loops and multiple edges between any two vertices are permitted, and edges have weights. I think something have changed since version 0.9.0. Any idea ? What is the structure i can use with loops and multiple edges ? Rik -- View this message in context: http://jgrapht-users.107614.n3.nabble.com/Label-Edge-Example-tp4024899p4024909.html Sent from the jgrapht-users mailing list archive at Nabble.com. |