VROOM
Vehicle routing problem (VRP) optimization engine for fleet dispatch, pickups, and deliveries.
Why consider VROOM?
VROOM is an open-source vehicle routing optimization engine written in C++. It solves complex capacitated vehicle routing problems (CVRP), pickup and delivery with time windows (PDPTW), and multi-vehicle route allocations.
Learn VROOM by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of VROOM
VROOM computes optimal stop sequences and vehicle fleet assignments to minimize driving time and fuel costs.
Quickstart
git clone https://github.com/vroom-project/vroom.gitcd vroommakeFeed job delivery locations and vehicle capacities into VROOM to compute the optimal multi-vehicle dispatch routes.
VROOM is licensed under the BSD 2-Clause License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.