Skip to content

agusmontero/tsprd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traveling Salesman Problem with release dates (TSP-rd)

This is the code developed for the following research projects:


Problem instances

The problem instances reported in the aforementioned projects are included in the data folder. There is a folder for each of the following TSP-rd variants, both with completion-time and distance minimization:

  • TSP-rd: Traveling Salesman Problem with release dates
  • CTSP-rd: Capacitated Traveling Salesman Problem with release dates
  • PC-TSP-rd: Prize-Collecting Traveling Salesman Problem with release dates

Code

The following dependencies are needed:

Finally, you need to execute 'make' in the 'common/concorde' folder first, and only then in the 'algorithms' folder. Please, review and adjust the corresponding makefiles as needed.

That's all — have fun!

P.S. Use at your own risk. We make no guarantees about the correctness or usefulness of this code.