google / or-tools

Google's Operations Research tools:
https://developers.google.com/optimization/
Apache License 2.0
11.26k stars 2.13k forks source link

TDTSP with Google OR-Tools #1695

Closed bouldrini closed 5 years ago

bouldrini commented 5 years ago

Hey folks,

im wondering if there is a way to solve a time dependent travelling salesman problem (TDTSP - varying costs between nodes) using the Google OR-Tools.

Best regards and a good day for you folks, bouldrini

lperron commented 5 years ago

Short answer:

this functionality in the routing library is not mature enough. So I cannot help you.