iRB-Lab / py-ga-VRPTW

A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows
MIT License
560 stars 170 forks source link

some questions #15

Closed haditabealhojeh closed 2 years ago

haditabealhojeh commented 2 years ago

Hi. what is the unit of time windows? is it second or hour? and why we need service time? can we ignore it?

HuangYanfei commented 2 years ago

It doesn't matter of the unit in this setting, as long as it's the same as the distance's. The service time is also a common setting of VRPTW, u can check it out on the Solomon benchmark(https://www.sintef.no/projectweb/top/vrptw/solomon-benchmark/documentation/)