Skip to content

Files

Latest commit

a66a6da · Jan 10, 2025

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 5, 2023
Nov 18, 2024
Nov 15, 2024
Jul 5, 2023
Nov 18, 2024
Nov 18, 2024
Jan 10, 2025
Jan 10, 2025
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Nov 29, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022

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 extension is implemented on top of the CP Solver library.