... | @@ -7,10 +7,12 @@ Jade offers easy to use, [KISS](http://en.wikipedia.org/wiki/KISS_principle) gra |
... | @@ -7,10 +7,12 @@ Jade offers easy to use, [KISS](http://en.wikipedia.org/wiki/KISS_principle) gra |
|
* In-memory graph representation with small memory footprint. We e.g. host the whole music area in a ~1GB RAM graph at [Horst](http://horst.dfki.de). This graph comprises currently ~10M nodes with ~28M relations.
|
|
* In-memory graph representation with small memory footprint. We e.g. host the whole music area in a ~1GB RAM graph at [Horst](http://horst.dfki.de). This graph comprises currently ~10M nodes with ~28M relations.
|
|
* Fast multi steiner tree implementation, offering nearly-cheapest (cheapest if you calculate to the end), connecting subgraphs between a set of graph nodes. In the case you give just two query nodes, you will receive the connecting paths. If all relations and nodes have the same weight, this approximates a shortest path algorithm - but even faster than other implementations we tried (maybe you had more luck).
|
|
* Fast multi steiner tree implementation, offering nearly-cheapest (cheapest if you calculate to the end), connecting subgraphs between a set of graph nodes. In the case you give just two query nodes, you will receive the connecting paths. If all relations and nodes have the same weight, this approximates a shortest path algorithm - but even faster than other implementations we tried (maybe you had more luck).
|
|
|
|
|
|
Use it at own will, risk, we give no warranty (of course). Have fun.
|
|
Use it at own will and risk. Have fun.
|
|
|
|
|
|
The Jade team
|
|
The Jade team
|
|
|
|
|
|
|
|
Jade is published under the [3-Clause BSD License](http://opensource.org/licenses/BSD-3-Clause), Owner/Organization: [DFKI GmbH](http://www.dfki.de), 2014.
|
|
|
|
|
|
***
|
|
***
|
|
[How to start](how-to-start) | [Code snippets / Examples](examples) | [Extending Jade](extending_jade) | [People / Contact](people) | [Supporters](supporters)
|
|
[How to start](how-to-start) | [Code snippets / Examples](examples) | [Extending Jade](extending_jade) | [People / Contact](people) | [Supporters](supporters)
|
|
*** |
|
*** |
|
|
|
\ No newline at end of file |