Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run and validate VRP solver on Loihi 2 #192

Open
ashishrao7 opened this issue Mar 7, 2023 · 0 comments
Open

Run and validate VRP solver on Loihi 2 #192

ashishrao7 opened this issue Mar 7, 2023 · 0 comments
Assignees
Labels
0-needs-review Has to be reviewed.

Comments

@ashishrao7
Copy link
Collaborator

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

  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-needs-review Has to be reviewed.
Projects
None yet
Development

No branches or pull requests

3 participants