jsteemann
|
365a70643e
|
use std::move
|
2016-06-13 10:28:39 +02:00 |
Michael Hackstein
|
d7a710593a
|
Fixed some minor bugs in breadth-first-search for AQL traversal. Also added another test case for it.
|
2016-06-10 21:00:38 +02:00 |
Michael Hackstein
|
50225fdc0d
|
First draft of Breadth-First-Search implementation for Traversal.
|
2016-06-10 19:25:44 +02:00 |
Michael Hackstein
|
bdee12804c
|
PathEnumerator is now an Abstract class. It can either be DepthFirstEnumerator, or BreadthFirstEnumerator. The later is to be implemented
|
2016-06-10 15:41:20 +02:00 |
Michael Hackstein
|
dce3864285
|
Further internal cleanup of Traversal and ShortestPath. wrt Template Classes. Also moved maxDepth test into the pathEnumerator in preparation for BreadthFirstTraversals
|
2016-06-10 15:03:27 +02:00 |
Michael Hackstein
|
419cfdab14
|
Cleanup of internal structur for single server traversals. Moved the functions out of V8Server because they do not have anything to do with V8 any more. It should be more clear now
|
2016-06-10 13:56:07 +02:00 |