-
I am also having this problem. Any help would be appreciated. Thanks.
2009-11-04 14:39:31 UTC by nynoles
-
Maven2 is not part of our release process. In the past, volunteers have done it themselves, so if you know how to do that, feel free.
JVS.
2009-10-27 06:27:51 UTC by perfecthash
-
Hi,
I wanted to ask if it would be possible to add the latest version 0.8.1 to the maven 2 repository. The last version there is 0.7.3
Thanks,
Tomer.
2009-10-26 13:54:31 UTC by https://www.google.com/accounts
-
Have someone already created a java class who load a xml (or something else) file and create a JGrapht?
Thanks in advance
Belfo.
2009-10-21 15:43:46 UTC by belfo
-
Here is an example of jgrapht code.
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package caminho_minimo;
import java.awt.*;
import java.awt.geom.*;
import javax.swing.*;
import org.jgraph.*;
import org.jgraph.graph.*;
import org.jgrapht.*;
import...
2009-10-16 00:50:13 UTC by adrianostanley
-
hi to everybody,
i need an information about logic inside vertexSet() method of a direct weighted graph.
What is the order of restitution of vertex?
It's sure that it returns source vertex as first vertex and target vertex as last vertex. In the middle?
thank you so much
Antonio.
2009-09-26 21:20:40 UTC by epris
-
I'm not sure what you mean. Here's the latest code in AbstractBaseGraph.java:
public boolean containsVertex(V v)
{
return specifics.getVertexSet().contains(v);
}
And the underlying set implementation uses equals, not ==.
If you still think there's a problem, start by submitting an isolated unit test here to demonstrate what you believe to be the incorrect...
2009-09-21 23:50:16 UTC by perfecthash
-
Hi, it seems that containsVertex don't use the equals method of the Vertex Object, but checks that objects are the same.
I think that it's a bug, because if you create a big graph from objects persisted in a database and later you just want to know if the result of your query from DB is part of your graph, it will always say false :(
It's a big concern for me ...
Do you think I should...
2009-09-17 12:36:39 UTC by pes
-
perfecthash committed revision 697 to the JGraphT SVN repository, changing 4 files.
2009-09-08 22:21:13 UTC by perfecthash
-
how to know if there has a closed loop in undigraph? did jgrapht have a ready-made algorithm?.
2009-09-06 09:06:44 UTC by leonyohan