Minimize idle time

Hi @brancusi,

There are two ways to force the ordering of a route:

  1. use a constraint. see the classic related jobs examples on stackoverflow;

  2. if you know the vehicle of the route, use initial routes.

Regarding minimizing the idle time, I don’t think there is an easy way to do it currently, as the variable departure time is not feasible yet, i.e., vehicles always depart at the earliest possible time.

What you can achieve currently is to minimize waiting time, but I guess that is not what you ask for.

Best regards,
He