I need to find shortest paths which should pass through several nodes and edges. Few details:
- It should be shortest paths according to weights.
- Include set can be ordered and unordered.
- Graph size - 50 000 vertices and 450 0000 edges
Is there any way to find paths like this using arangodb? I've tried K_SHORTEST_PATHS but it is too slow for some cases.