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
292 stars 27 forks source link

Develop a utility package accommodating this primer #26

Open d-krupke opened 4 months ago

d-krupke commented 4 months ago

I have started to develop utilities for generalizing some common modelling techniques for CP-SAT. It would be nice to have it available as simple Python package. The primary issue right now with that would be that as soon as there is a package, the expectations are higher, and, thus, more testing etc. is required. I may not have the time for that.