Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 914 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 914 Bytes

Routing

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

Routing solver

To begin, skim:

  • 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

  • assignment.proto: Holds the solution of a Routing problem (as a special case of a CS problem).

Parsers

Utilities for file formats are in the parsers subfolder.