Daily Shaarli

All links of one day in a single page.

July 22, 2024

A practical introduction to Constraint Programming using CP-SAT and Python
thumbnail

We discuss constraint programming, an approach to solve discrete optimization problems, and illustrate how it works with a scheduling code example implemented in Python with the CP-SAT solver.

Integer Linear Programming