Files
ortools-clone/ortools/constraint_solver/docs
Corentin Le Molgat aad0e67975 export from google3
2022-10-05 15:56:33 +02:00
..
2022-10-05 15:56:33 +02:00
2022-06-21 11:25:29 +02:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-10-05 15:56:33 +02:00
2022-10-05 15:56:33 +02:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +01:00
2022-02-23 16:19:26 +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.