automatically warm-start the second solve call #4433
Replies: 1 comment
-
yes. Solve is stateless. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems to me that CpSolver could automatically warm-start itself when called a second time with the same model. It appears to not do this at present. I was hoping to be able to just modify the objective on the model and pass it in a second time, having it automatically utilize its previous findings. (CpSolver struggles to find and initial feasible solution on my model, but it seems to do better after it has one.) What is the recommended way to warm-start it in this scenario? Just use the hints?
Beta Was this translation helpful? Give feedback.
All reactions