Files
ortools-clone/ortools/routing
2025-02-21 16:37:06 +01:00
..
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-30 14:26:53 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-02-19 13:31:59 +01:00
2025-02-10 13:47:41 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-02-21 16:37:06 +01:00
2025-02-10 13:47:41 +01:00
2025-02-10 13:47:41 +01:00
2025-02-19 13:31:59 +01:00
2025-01-10 11:33:35 +01:00
2025-02-10 13:47:41 +01:00
2025-02-10 13:47:41 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2024-11-15 15:53:33 +01:00
2025-02-10 13:47:41 +01:00
2025-02-10 13:47:41 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00

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.