Files
ortools-clone/ortools/constraint_solver
Corentin Le Molgat 1cd3c86e36 update internal doc
2025-05-19 13:47:54 +02:00
..
2025-01-10 11:33:35 +01:00
2025-05-19 13:47:54 +02:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-05-16 14:51:23 +02:00
2025-01-10 11:33:35 +01:00
2025-01-10 11:33:35 +01:00
2025-03-05 14:03:49 +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-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-10 11:33:35 +01:00
2025-03-05 14:03:49 +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-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-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-10 11:33:35 +01:00

Constraint Programming (CP) and Routing Solver

This directory contains a Constraint Programming (CP) solver and a Vehicle Routing solver.

CP solver

Constraint Programming is a technology issued from AI and used in operations research.

To begin, skim:

Parameters

  • solver_parameters.proto: This file contains protocol buffers for all parameters of the CP solver.
  • search_limit.proto: Holds parameters to limit the search space within the CP solver, which is important for performance.

Solution

Routing solver

Vehicle Routing is a useful extension that is implemented on top of the CP solver library. It is now available as a separate module.

Recipes

You can find a set of code recipes in the documentation directory.