d-krupke / cpsat-primer

The CP-SAT Primer: Using and Understanding Google OR-Tools' CP-SAT Solver
https://d-krupke.github.io/cpsat-primer/
Creative Commons Attribution 4.0 International
340 stars 34 forks source link

Update for CP-SAT ~~9.9~~ 9.10 #25

Closed d-krupke closed 2 months ago

d-krupke commented 7 months ago

The interface changed in CP-SAT of ortools 9.9. While it seems to be compatible with most parts, there are some breaking changes with specific features. Identify and fix those.

Also, there is the question of changing to the new more Pythonic interface. This is prettier but would be incompatible with older versions.

d-krupke commented 2 months ago

Half of the primer is already updated. The other half will come soon. The examples will also need to be updated.

d-krupke commented 2 months ago

I believe, I got once through the whole text. Only the separate example code is not updated, yet.