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


is possible optimise vrptw using 1 vehicle.since single vehicle must go customer in sequence of appointment time of customers.

yes, is. in vrptw example, add 1 vehicle instance in solution's vehiclelist.

academically, that's more tsp(tw) vrp(tw) though.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -