Hacker News new | ask | show | jobs
A Practical Introduction to Constraint Programming Using CP-SAT and Python (pganalyze.com)
8 points by _lvbh 51 days ago
2 comments

Nice 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.

Nice write-up. Did you try the problem out against a MIP method?