You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: