Files
ortools-clone/ortools/constraint_solver/doc
Corentin Le Molgat a5b5c79f9f Sync g3 to gh
2020-12-11 17:50:03 +01:00
..
2020-11-18 14:21:12 +01:00
2020-11-26 16:48:56 +01:00
2019-03-18 14:18:00 +01:00
2019-03-18 14:18:00 +01:00
2020-12-11 17:50:03 +01:00
2020-11-18 14:21:12 +01:00
2020-08-18 20:30:30 +02:00
2019-03-18 14:18:00 +01:00
2019-01-14 15:52:01 +01:00
2019-03-11 17:36:23 +01:00
2020-08-18 20:30:30 +02:00
2019-03-18 14:18:00 +01:00
2019-01-14 15:52:01 +01:00

Overview

You can find here, the documentation for the two following Or-Tools components.

  • CP Solver

    Constraint programming (CP), is the name given to identifying feasible solutions out of a very large set of candidates, where the problem can be modeled in terms of arbitrary constraints.

    note: We strongly recommend using the CP-SAT solver rather than the original CP solver.

  • Routing Solver

    A specialized library for identifying best vehicle routes given constraints.

    This library extensiond is implemented on top of the CP Solver library.