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

Solve a vehicle routing problem #5

Open
gocklkatz opened this issue Jul 14, 2024 · 0 comments
Open

Solve a vehicle routing problem #5

gocklkatz opened this issue Jul 14, 2024 · 0 comments
Assignees

Comments

@gocklkatz
Copy link
Owner

gocklkatz commented Jul 14, 2024

Problem design of vehicle routing problem in Java
Full enumeration (exact)
Branch and bound (exact)
Local Search (heuristic)
Tabu Search (heuristic)
Simulated Annealing (heuristic)

@gocklkatz gocklkatz changed the title Solve a Travelling Salesman Problem Solve a travelling salesman problem Jul 14, 2024
@gocklkatz gocklkatz self-assigned this Jul 14, 2024
@gocklkatz gocklkatz changed the title Solve a travelling salesman problem Solve a vehicle routing problem Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant