jmarca / tsp_multiple_days

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%