Max Neunhoeffer
|
b8ef4782ca
|
Rename lookup() to find()
|
2015-04-24 08:59:51 -07:00 |
Max Neunhoeffer
|
589a32cda4
|
Disable bidirectional search for now.
|
2015-04-24 08:48:02 -07:00 |
Max Neunhoeffer
|
d3d84385a1
|
Use new PriorityQueue, compiles, does not work.
|
2015-04-24 08:43:51 -07:00 |
Max Neunhoeffer
|
95da72035f
|
Merge branch 'cppTrav' of ssh://github.com/ArangoDB/ArangoDB into cppTrav
|
2015-04-24 00:32:34 -07:00 |
Max Neunhoeffer
|
b66c167ac7
|
Fix double occurence in result.
|
2015-04-24 00:32:07 -07:00 |
Michael Hackstein
|
77911cf019
|
Merge branch 'cppTrav' of github.com:/arangodb/arangodb into cppTrav
|
2015-04-24 00:00:48 -07:00 |
Michael Hackstein
|
85e5a6e28b
|
Documentation update for graph traversal
|
2015-04-24 00:00:16 -07:00 |
Max Neunhoeffer
|
c55b62b609
|
Sort out mess with strange non-copying.
|
2015-04-24 06:45:39 +00:00 |
Max Neunhoeffer
|
e30ae28ce5
|
Snapshot.
|
2015-04-23 22:24:59 -07:00 |
Max Neunhoeffer
|
68f4720c6b
|
Use our threads.
|
2015-04-23 22:05:00 -07:00 |
Max Neunhoeffer
|
07d6653955
|
Merge branch 'cppTrav' of ssh://github.com/ArangoDB/ArangoDB into cppTrav
|
2015-04-23 19:58:51 -07:00 |
Michael Hackstein
|
3b13222f59
|
Added shortcut if there is no possible way for shortest path
|
2015-04-23 19:58:27 -07:00 |
Max Neunhoeffer
|
8884391da0
|
Merge branch 'cppTrav' of ssh://github.com/ArangoDB/ArangoDB into cppTrav
|
2015-04-23 19:57:39 -07:00 |
Max Neunhoeffer
|
4bdcfdb238
|
New version of PriorityQueue.
|
2015-04-23 19:56:18 -07:00 |
Frank Celler
|
bb3fbff88a
|
Make it compile under Linux.
|
2015-04-23 22:19:14 +00:00 |
Michael Hackstein
|
80e002cfc9
|
Fixed problem with thread construction for constant string
|
2015-04-23 15:18:56 -07:00 |
Michael Hackstein
|
48e4fd55a8
|
Added version with broken threads. Computation is correct, but threads do not fire up
|
2015-04-23 13:40:41 -07:00 |
Max Neunhoeffer
|
570509a58a
|
Merge branch 'cppTrav' of ssh://github.com/ArangoDB/ArangoDB into cppTrav
|
2015-04-22 23:42:20 -07:00 |
Max Neunhoeffer
|
261c6f7a5e
|
Add a new priority queue implementation.
This blends a deque and a binary heap to implement a priority queue as
it is useful for the shortest path search.
|
2015-04-22 23:41:26 -07:00 |
Michael Hackstein
|
463d6d0ecc
|
Merge branch 'cppTrav' of github.com:/arangodb/arangodb into cppTrav
|
2015-04-22 17:04:38 -07:00 |
Michael Hackstein
|
771b54b2cf
|
Further implementation of Shortest Path. The Shortest path is found in cpp conversion to JS not yet working
|
2015-04-22 17:03:06 -07:00 |
Michael Hackstein
|
dbdc4836b4
|
Merge branch 'cppTrav' of github.com:/arangodb/arangodb into cppTrav
|
2015-04-22 17:01:55 -07:00 |
Max Neunhoeffer
|
ee36266663
|
Fix clean target for etcd.
|
2015-04-22 10:10:59 -07:00 |
Michael Hackstein
|
ddf239a38a
|
Merge branch 'cppTrav' of github.com:/arangodb/arangodb into cppTrav
|
2015-04-21 21:59:57 -07:00 |
Michael Hackstein
|
7594607c27
|
Further implementation of simple expander. Also included Path -> JSON converter.
|
2015-04-21 21:59:28 -07:00 |
Max Neunhoeffer
|
71061e0a32
|
Make it compile. Probably still fishy.
|
2015-04-21 17:59:21 -07:00 |
Max Neunhoeffer
|
7cb6fb96e6
|
Fix access to _to and _from via TRI_doc_mptr_t.
|
2015-04-21 17:58:54 -07:00 |
Max Neunhoeffer
|
a34c43cdcd
|
Add access to _from and _to for edges from TRI_doc_mptr_t.
|
2015-04-21 17:05:49 -07:00 |
Michael Hackstein
|
aff8048e30
|
Started implementing the Expander function. Not et finished does not compile but i am moving over to a new machine
|
2015-04-21 12:01:44 -07:00 |
Michael Hackstein
|
8e345651c0
|
Proper class wrapping of Traverser. Started implemented dual-sided search algorithm. Implemented shered memmory access. Next up threads
|
2015-04-20 17:04:18 -07:00 |
Michael Hackstein
|
01d587bc65
|
First commit. Started implementing dijkstra in C++. Got all the transaction stuff up and running now. Time to write down the algorithm.
|
2015-04-20 00:47:42 -07:00 |
Michael Hackstein
|
96e6548ea3
|
Added generated files
|
2015-04-18 23:31:55 -07:00 |
Michael Hackstein
|
132ca70f4c
|
Apply fixes to demo
|
2015-04-18 23:31:43 -07:00 |
Michael Hackstein
|
f19c9b1593
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-04-18 23:18:56 -07:00 |
Michael Hackstein
|
546393937e
|
Added a function to get all flights from SFO
|
2015-04-18 23:17:15 -07:00 |
Claudius Weinberger
|
cf512ba437
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2015-04-18 23:16:14 -07:00 |
Claudius Weinberger
|
7e5c93f3bf
|
add generated files
|
2015-04-18 23:14:05 -07:00 |
Claudius Weinberger
|
fe0f273cfd
|
Design modification Demo
|
2015-04-18 23:13:12 -07:00 |
Michael Hackstein
|
65e6d1cd2e
|
Added generated files
|
2015-04-18 21:16:32 -07:00 |
Michael Hackstein
|
d6e3bb6790
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-04-18 21:15:47 -07:00 |
Michael Hackstein
|
3c8ad99245
|
Enforced a timeout for the web interface version check
|
2015-04-18 21:15:22 -07:00 |
Alan Plum
|
89ef7605fe
|
Linting.
|
2015-04-18 12:41:15 +02:00 |
Alan Plum
|
fe281e2699
|
Updated AQB to 1.10.0.
|
2015-04-18 11:42:15 +02:00 |
Michael Hackstein
|
d3a041c95f
|
Added generated files
|
2015-04-17 23:25:28 -07:00 |
Michael Hackstein
|
13491efc04
|
Improved zoomlevel in demo view
|
2015-04-17 23:25:05 -07:00 |
Michael Hackstein
|
de545dbc12
|
Added generated files
|
2015-04-17 22:11:55 -07:00 |
Michael Hackstein
|
37a51856d4
|
Added function to draw a flight
|
2015-04-17 22:11:44 -07:00 |
Michael Hackstein
|
fa40ed9146
|
Added generated file
|
2015-04-17 21:37:31 -07:00 |
Michael Hackstein
|
ae4f58f81e
|
Only request Lon,Lat and _key for Aiports and add them on the Map. Drawing lines aint working yet
|
2015-04-17 21:37:15 -07:00 |
Michael Hackstein
|
2af8bbb675
|
Added generated files
|
2015-04-17 16:54:25 -07:00 |