Re: [Neo4j] All simple paths algorithm

2011-08-25 Thread Jim Webber
Hi Piotr,

Neo4j is an open source product. This means you're quite welcome to read the 
source of the algorithm and see how it works directly.

The implementation for all of our shortest path algorithms can be found here:

https://github.com/neo4j/community/tree/master/graph-algo/src/main/java/org/neo4j/graphalgo/impl/shortestpath

Enjoy!

Jim
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] All simple paths algorithm

2011-08-25 Thread Mattias Persson
2011/8/25 Jim Webber j...@neotechnology.com

 Hi Piotr,

 Neo4j is an open source product. This means you're quite welcome to read
 the source of the algorithm and see how it works directly.

 The implementation for all of our shortest path algorithms can be found
 here:


 https://github.com/neo4j/community/tree/master/graph-algo/src/main/java/org/neo4j/graphalgo/impl/shortestpath


Our shortest path algorithm currently used by default is really here:
https://github.com/neo4j/community/blob/master/graph-algo/src/main/java/org/neo4j/graphalgo/impl/path/ShortestPath.java


 Enjoy!

 Jim
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user




-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user