Hello,
I am constructing a Vehicle Routing Problem, and one thing I cant figure out how to capture is setting order service time by route. some of our routes have more than one driver/employee on them, so the service time is much faster. They cost more, but they operate quicker. Without the ability to say that some routes can service orders more quickly, the routes with more than one driver are never used because I cant find a way to differentiate the routes at a productivity level...is it worth picking a route that is more expensive but takes fewer hours to complete?
Anyone have any insights/ideas on how to do this?