Capacity-weighted allocator
RoadmapGreedy batch optimizer that deducts capacity as it assigns.
Status
On the roadmap
This capability is designed and planned as part of the headless routing readiness work. The shipped strategies above are available today; this one is on the way.
How it works
Orders items by priority and deadline, scores candidates by weight plus remaining capacity, and deducts planned units as it assigns so later items see true remaining capacity. A practical batch allocator for fulfillment and dispatch.