Files
ortools-clone/ortools/routing
Guillaume Chatelet 5e06a6c7e2 [bazel] Update examples
2025-10-16 11:50:21 +02:00
..
2025-09-29 17:21:58 +02:00
2025-10-16 11:50:21 +02:00
2024-11-15 15:25:02 +01:00

Routing

Vehicle Routing is a useful extension that is implemented on top of the CP solver library.

Routing solver

To begin, skim:

  • ../constraint_solver/routing.h: The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.

Parameters

Solution

Parsers

Utilities for file formats are in the parsers subfolder.