Back to Or Tools

Routing

ortools/routing/README.md

2016-061.0 KB
Original Source

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.