As of #693 we have a way to automatically lower a vehicle max_tasks value based on some constraints, e.g. capacity. In a typical situation where all jobs have delivery: [1] and no pickup, one would expect a vehicle with capacity: [X] to get a max_tasks updated to X (if lower than the user-provided value). What happens currently is that the max_tasks value is updated to X + 1.
As of #693 we have a way to automatically lower a vehicle
max_tasksvalue based on some constraints, e.g. capacity. In a typical situation where all jobs havedelivery: [1]and no pickup, one would expect a vehicle withcapacity: [X]to get amax_tasksupdated toX(if lower than the user-provided value). What happens currently is that themax_tasksvalue is updated toX + 1.