[Neo4j] Re: dijkstra bidirectional

2014-06-23 Thread Antonio Grimaldi
I hope someone has developed Bidirectiona Dijkstra.. I need it. Antonio Il giorno giovedì 8 maggio 2014 17:04:32 UTC+2, Antonio Grimaldi ha scritto: Hi, Is there an implementation of Bidirectional Dijkstra? Thanks Antonio -- You received this message because you are subscribed to the

Re: [Neo4j] Re: dijkstra bidirectional

2014-06-23 Thread Axel Morgner
Hi Antonio, what you ask for is not something trivial one can quickly do over the weekend. So if you really need it, you sould perhaps ask for paid consolting, or offer a remuneration for this. I'm sure there are some top-notch people on this list being able to implement it. Best, Axel Am

Re: [Neo4j] Re: dijkstra bidirectional

2014-06-17 Thread Mattias Persson
Sorry for not replying but time is a scarse resource :( I don't expect my getting time for this the closest months. Perhaps there are others willing to help out! Take care Best, Mattias Den 10 jun 2014 12:06 skrev Antonio Grimaldi antonio.grimaldim...@gmail.com: Is*

[Neo4j] Re: dijkstra bidirectional

2014-06-10 Thread Antonio Grimaldi
Is* org.neo4j.graphalgo.impl.shortestpath.DijkstraCostType a *Bidirectional Dijkstra's implementation??? Il giorno giovedì 8 maggio 2014 17:04:32 UTC+2, Antonio Grimaldi ha scritto: Hi, Is there an implementation of Bidirectional Dijkstra? Thanks Antonio -- You received this message

[Neo4j] Re: dijkstra bidirectional

2014-06-05 Thread Antonio Grimaldi
No update? Il giorno giovedì 8 maggio 2014 17:04:32 UTC+2, Antonio Grimaldi ha scritto: Hi, Is there an implementation of Bidirectional Dijkstra? Thanks Antonio -- You received this message because you are subscribed to the Google Groups Neo4j group. To unsubscribe from this group and

[Neo4j] Re: dijkstra bidirectional

2014-05-29 Thread Antonio Grimaldi
Hi Mattias, do you have some news on this issue?? Thanks Antonio Il giorno giovedì 8 maggio 2014 17:04:32 UTC+2, Antonio Grimaldi ha scritto: Hi, Is there an implementation of Bidirectional Dijkstra? Thanks Antonio -- You received this message because you are subscribed to the Google

[Neo4j] Re: dijkstra bidirectional

2014-05-09 Thread Antonio Grimaldi
Hi Mattias, thanks for your answer... As I'm a newbie, there would be some examples to follow? I only tried this modification in org.neo4j.graphalgo.impl.path.Dijkstra class, but i'm not sure that is enough.. Can you help me? Thanks private Traverser traverser( Node start, final Node end,