Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 442 Bytes

TSP over multiple days

This repo is what I did to solve a question asked on the OR Tools forum about how to convert a single-day TSP problem into a multi-day TSP problem. The original code was by @joshykautz. My additions and edits are in the commit log here.

To run it, you have to have python 3 installed, with OR Tools.

Then just run

python tsp_multiple_days.py