Re: [Neo4j] [Neo4j graph-algo] AStar getCost function.

2011-09-11 Thread Peter Neubauer
Rafal, great you are looking into the guts of the A-Star! Do you have a test using it, so we can see what you are trying to do with some example data? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

[Neo4j] [Neo4j graph-algo] AStar getCost function.

2011-09-10 Thread Rafal Wasielewski
I've implemented model with routing with OpenStreetMap data and all is okay but i have to change one more thing. My graph has on each node with turn restriction information about where i can't drive so it's from rel, to rel and via node like in osm. All data all properly constructed.