79780412

Date: 2025-10-01 19:45:29
Score: 3
Natty:
Report link

I have written pyomo-cpsat, a Pyomo interface to CP-SAT, which can be found here:

https://github.com/nelsonuhan/pyomo-cpsat

pyomo-cpsat is limited to solving pure integer linear programs with CP-SAT (i.e., linear objective function, linear constraints, bounded integer variables). pyomo-cpsat does not implement other CP-SAT constraint types.

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: nelsonuhan