Hi,
I’m using CP-SAT (latest version) and seeing unexpected behavior. With the exact same model, the solver returns “infeasible” when presolve=True, but “optimal” when presolve=False. I have the exported model file (pb.txt) but it seems I can't attach it here. Let me know if I can send it to you somehow.
Additionally, the infeasibility with presolve only occurs when I add the cumulative constraints in a certain order; if I change the order (even though the constraints are identical), the solver returns “optimal”.
Could this be a bug related to presolve?
Thanks,
Niklas