ortools/constraint_solver/README.md
This directory contains a Constraint Programming (CP) solver and a Vehicle Routing solver.
Constraint Programming is a technology issued from AI and used in operations research.
To begin, skim:
Vehicle Routing is a useful extension that is implemented on top of the CP solver library.
To begin, skim:
You can find a set of code recipes in the documentation directory.