how to add a maximum travel length for the largest route in Vehicle routing problem – Google OR Tools
I am solving the capacitated vehicle routing problem using OR Tools (Python). I just want to add a constraint, i.e., an upper limit on the length of the largest route. Can someone please let me know how I can do it in the code below.
how to add a maximum travel length for the largest route in VRP – Google OR Tools
I am solving capacitated vehicle routing problem using OR Tools (Python). I just want to add a constraint, i.e. an upper limit on the length of the largest route. Can someone please let me know how I can do it in the code below.