The VRP solver handles complex real-world scenarios including multi-day planning, pickup & delivery, and route balancing.
Core Capabilities
Route Optimization
Find optimal sequences for deliveries and service calls
Resource Management
Assign the right vehicles and drivers to each job
Constraint Handling
Respect time windows, capacities, skills, and preferences
API Endpoints
The VRP API provides three types of operations:Optimization Actions
Use this for daily route planning, delivery optimization, and service scheduling.
Result Retrieval
Once you’ve submitted a request, retrieve results using these endpoints:The unique identifier returned when you submit a request
How It Works
1
Submit Request
Send your routing problem with resources (vehicles) and jobs (deliveries) to the solve endpoint.
2
Monitor Progress
Check the job status while the solver optimizes your routes.
3
Retrieve Solution
Get the optimized routes once the solver completes.
Key Features
Real-World Distance Calculation
Real-World Distance Calculation
- Integration with OSM for actual road distances
- Support for custom distance matrices
- Fallback to haversine calculations
Advanced Constraints
Advanced Constraints
- Time windows (hard and soft)
- Vehicle capacity (volume, weight, count)
- Driver skills and certifications
- Preferred resources
- Service dependencies
Multi-Day Planning
Multi-Day Planning
- Plan routes across multiple days
- Handle recurring appointments
- Balance workload over planning periods
Dynamic Updates
Dynamic Updates
- Add jobs to existing routes
- Handle cancellations and changes
- Real-time route adjustments
Common Use Cases
Last-Mile Delivery
Optimize delivery routes for e-commerce, food delivery, and courier services
Field Service
Schedule technicians for installations, repairs, and maintenance visits
Transportation
Plan pickup/delivery routes for passengers or goods
Healthcare
Route nurses and caregivers for home visits
Quick Start
Need an API key? Contact us to get started.
VRP Quickstart Guide
Solve your first routing problem in under 5 minutes