As a user, I would like to run the VRP solver on Loihi 2. I should be able to feed in vehicle nodes and waypoints and get the
solution to the vehicle routing problem which runs on Loihi 2 (clustering and parallel TSPs). The solution will be passed on to the visualizer. The solver should run on a small problem (5 vehicles, 50 waypoints). Ideally it should run on 10 vehicles and 100 waypoints but this is a bonus and not essential for the completion of this story
Conditions of satisfaction
Input data through python interface
Run solver on Loihi 2
Get solution out through python interface in a format compatible for the VRP visualizer
Solver runs on small problem (5 vehicles, 50 waypoints)
User Story
As a user, I would like to run the VRP solver on Loihi 2. I should be able to feed in vehicle nodes and waypoints and get the solution to the vehicle routing problem which runs on Loihi 2 (clustering and parallel TSPs). The solution will be passed on to the visualizer. The solver should run on a small problem (5 vehicles, 50 waypoints). Ideally it should run on 10 vehicles and 100 waypoints but this is a bonus and not essential for the completion of this story
Conditions of satisfaction