Dear team,
I use ortools cpmodel to build cp-sat model successfully. In solver, there are multiple steps to optimize different objective functions.
Here is the problem, I want to remove one hard constraint in the 2nd step. But to keep the solution from step1 and pass it to step2, I cannot simply rebuild the model. Is there a work around solution to remove that constraint in the 2nd step, and continue solve the solver?
Thanks.