Vehicle Routing Optimization
Last-mile routing: an OR-Tools model against a transparent greedy baseline, on one shared scenario.
Bundled 12-customer scenario · straight-line distance matrix · one verified offline run
The Result
Show the trade-off, not just the winning number.
Both methods served every order, so the distances above are comparable. When coverage differs, the interface says so instead of reporting a percentage — partial service and failure stay visible.
The Setup
- Fleet
- One depot · fixed homogeneous fleet
- Hard constraints
- Capacity · service time · delivery windows · shift length
- Objective
- Coverage first, then distance
Try It
- Built-in example, or a seeded reproducible scenario
- Fleet size, capacity, shift, speed, solver budget
- Greedy vs OR-Tools routes on an interactive map
- Coverage, distance, travel time, utilization, per-route detail
- Upload a coordinate CSV — nothing is stored
Not In Scope
Synthetic data, straight-line distance, homogeneous fleet. No order management, driver application, persistent database, or production routing SLA. A road-network edition could connect to a self-hosted OSRM instance.