Kuifje02 / vrpy

A python framework for solving the VRP and its variants with column generation.
MIT License
173 stars 42 forks source link

Service time and maximum duration per trip #130

Open andreacassioli opened 2 years ago

andreacassioli commented 2 years ago

Hi, is a location service time used in for maximum duration per trip constraint?

Kuifje02 commented 2 years ago

What do you mean by location service time ? A fixed time no matter what the trip is ?

andrea-cassioli-maersk commented 2 years ago

I thought 'service_time' to be time spent by a vehicle when visiting a node. So if I set a duration as a constraint, the service time would be included in the overall trip time. Am I wrong?

Kuifje02 commented 2 years ago

Ok I see. Yes, the service_time should be taken into account in the overall trip time. Is this not the case ?