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
|
7469cc7bec
|
Reenabled ShortestPath with AttributeWeight. Was accidentially disabled by options modifications.
|
2017-04-12 09:05:54 +02:00 |
Michael Hackstein
|
c2be40b4ab
|
Moved some Edge Lookup logic around and moved the EdgeCursor to it's own class. This is still ongoing work. Expect shortest-path to fail.
|
2017-04-11 18:03:56 +02:00 |
Michael Hackstein
|
1119257d49
|
ShortestPathOptions now contain forward and backward lookupinfos for all edge collections in use.
|
2017-04-11 15:00:21 +02:00 |
Michael Hackstein
|
cf7136264b
|
Removed V8Traverser files and made ShortestPathOptions an extension of Graph::BaseOptions. Now they are ready to use LokkupInfos as well. Now starting to move logic around
|
2017-04-10 16:26:23 +02:00 |