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
|
b778103cd2
|
Fixing some warnings
|
2017-04-13 18:00:13 +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 |
Michael Hackstein
|
b09dfaa323
|
Removed external expander functions and moved them into the PathFinder implementations.
|
2017-04-11 11:41:12 +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
|
ee57f9abef
|
Renamed ConstDistanceFinder => ConstantWeightShortestPathFinder
|
2017-04-05 16:29:40 +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 |