Formula
Usable window minutes = window hours × 60 × (1 − buffer %)
Vehicle capacity = floor(vehicles × usable minutes ÷ (travel + service))
Dock capacity = floor(docks × usable minutes ÷ service)
Window capacity = min(vehicle capacity, dock capacity)
What the result means
The result is a whole-delivery scheduling estimate after reserving the selected buffer. Vehicle and dock results show which resource is binding.
Travel per cycle should match the operational pattern—round trip for a dedicated vehicle cycle, or incremental route time when vehicles serve multiple appointments.