Skip to content

Traveling Salesman with Drone (Java code) v1.0.0

Latest
Compare
Choose a tag to compare
@pcbouman-eur pcbouman-eur released this 20 Mar 23:27
· 8 commits to master since this release

This release contains the algorithms used in the paper Optimization Approaches for the Traveling Salesman Problem with Drone. Niels Agatz, Paul Bouman, and Marie Schmidt. Transportation Science, Articles in Advance.
https://doi.org/10.1287/trsc.2017.0791

It provides the tsp-drones-core module to deal with instances and solution. The tsp-drones-heur module provides the heuristics discussed in the paper, and the tsp-drones-mip module provides the IP model discussed in the paper. Finally, the tsp-drones-generate module provides a command line utility that can be used to generate instances.