Skip to content

Releases: pcbouman-eur/Drones-TSP

Traveling Salesman with Drone (Java code) v1.0.0

20 Mar 23:27
Compare
Choose a tag to compare

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.