ak0692
ak0692

Reputation: 233

Can we Optimise the travel distance in VRPTW by using only one Vehicle?

Is it Possible to optimise the VRPTW by using only one vehicle.Since the single vehicle must go to the customer in sequence of the appointment time of customers.

Upvotes: 0

Views: 91

Answers (1)

Geoffrey De Smet
Geoffrey De Smet

Reputation: 27337

Yes, it is. In the VRPTW example, simply add only 1 Vehicle instance in the Solution's vehicleList.

Academically, that's more a TSP(TW) than a VRP(TW) though.

Upvotes: 1

Related Questions