A Practical Introduction to Constraint Programming Using CP-SAT and Python
1–3 of 3 posts
Re: A Practical Introduction to Constraint Programming Using CP-SAT and Python
#2Nice write-up. Did you try the problem out against a MIP method?
Re: A Practical Introduction to Constraint Programming Using CP-SAT and Python
#3Nice blog but title should end with (2024).
I would recommend reading: "The CP-SAT Primer: Using and Understanding Google OR-Tools’ CP-SAT Solver" - https://d-krupke.github.io/cpsat-primer/
When starting with CP-SAT. The google docs are not great unfortunately.