Update README.md

This commit is contained in:
Mizux
2019-01-10 16:16:51 +01:00
committed by GitHub
parent 3e4c23c39e
commit 4336e4e993

View File

@@ -2,7 +2,7 @@
This directory contains a Constraint Programming (CP) solver and a Vehicle Routing solver.
## Constraint Programming
## CP solver
[Constraint Programming](http://en.wikipedia.org/wiki/Constraint_programming) is a technology
issued from IA and used in Operations Research.
@@ -25,10 +25,10 @@ Holds the solution of a CP problem.
* [demon_profiler.proto](demon_profiler.proto):
Holds the timeline and execution profile of constraints and demons (daemons).
## Vehicle Routing
## Routing solver
[Vehicle Routing](http://en.wikipedia.org/wiki/Vehicle_routing) is a useful
extension that is implemented on top of the CP library.
extension that is implemented on top of the CP solver library.
To begin, skim
* [routing.h](routing.h):