Michael Hackstein
|
52406567cd
|
Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally
|
2017-05-31 17:49:46 +02:00 |
jsteemann
|
8e779aab24
|
cppcheck
|
2017-04-19 13:20:46 +02:00 |
Simon Grätzer
|
3dc603ad1a
|
Fixing last two recovery tests
|
2017-04-13 10:45:52 +02:00 |
Michael Hackstein
|
5f33a95a82
|
Fixed AttribtueWeighted ShortestPath computation.
|
2017-04-12 17:27:45 +02:00 |
Michael Hackstein
|
034b38f0cc
|
Replaced the velocypack ConstantDistance ShortestPath API by a StringRef & TraverserCache version. This should be save for RocksDB. This commit fails in ClusterMode.
|
2017-04-12 14:21:53 +02:00 |
jsteemann
|
617e23e25a
|
cppcheck
|
2017-04-06 11:48:07 +02:00 |
Michael Hackstein
|
daa8b2b855
|
Detemplateified the ShortestPath class structure.
|
2017-04-05 17:47:14 +02:00 |
Michael Hackstein
|
fbd3e4e237
|
Removed VertexID from ShortestPath templates.
|
2017-04-05 17:01:05 +02:00 |
Michael Hackstein
|
30095556e9
|
Renamed DynamicDistanceFinder => AttributeWeightShortestPathFinder
|
2017-04-05 16:21:38 +02:00 |
Michael Hackstein
|
829fb4be54
|
Renamed PathFinder => ShortestPathFinder.
|
2017-04-05 16:17:37 +02:00 |
Michael Hackstein
|
535e4cd6cb
|
Renamed PriorityQueue => ShortestPathPriorityQueue
|
2017-04-05 16:12:47 +02:00 |
Michael Hackstein
|
039c6fbd16
|
Moved all logic of lib/Basics/PathFinder into seperated files in arangod/Graph. Preparation to detemplatify this code as we need some arangodb interna in it for Slice mangement
|
2017-04-05 15:31:44 +02:00 |