Concepts¶
This section covers the core building blocks of a FastVRP routing problem.
- Locations - geographic coordinates for tasks and depots.
- Tasks - visits that need to be completed.
- Depots - where vehicles start, end, or reload.
- Vehicle types - the available vehicles and their attributes.
- Optimisation - how FastVRP finds the best solution.
- Solution - understanding the output.