[SCIP] Reoptimization

Marco Correia marco.v.correia at gmail.com
Tue Sep 28 12:34:01 CEST 2021


Hi,

I have a model I would like to solve, and then add a constraint and change
the objective, and then solve again. My understanding of the necessary
steps is:

1. SCIPenableReoptimization(true)
2. [Create and solve model]
3. SCIPfreeReoptSolve
4. SCIPfreeTransform
5. [Add new constraints and change objective]
6. [Solve modified model]

This doesn't seem to work as it is, but when omitting step 1 and 3 it
works. I guess the other steps are also important, right?

Thank you
Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20210928/01340cfc/attachment.html>


More information about the Scip mailing list