Documentation
README
cuOpt Routing โ Python API
This skill is Python only. Routing has no C API in cuOpt.
Required questions
Ask these if not already clear:
- Problem type โ TSP, VRP, or PDP?
- Locations โ How many? Depot(s)? Cost or distance between pairs (matrix or derived)?
- Orders / tasks โ Which locations must be visited? Demand or service per stop?
- Fleet โ Number of vehicles, capacity per vehicle (and per dimension if multiple), start/end locations?
- Constraints โ Time windows (earliest/latest arrival), service times, precedence (order A before B)?
Minimal VRP Example
This is the opening of the README. Read the full README on GitHub.