<div dir="ltr">Dear Marc,<div><br></div><div>thank you for your answer!</div><div><br></div><div>I will set a timelimit to scip in in my code and then restart the solution without presolvers.</div><div><br></div><div>Maybe the solutions are only processed before presolving when using the shell. With SCIPaddSol() they are not checked before AFAIK.</div><div><br></div><div>Best regards and a nice weekend,</div><div>Jan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Fr., 3. Juli 2020 um 17:29 Uhr schrieb Marc Pfetsch <<a href="mailto:pfetsch@mathematik.tu-darmstadt.de">pfetsch@mathematik.tu-darmstadt.de</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
Dear Jan!<br>
<br>
> is it possible to set a time limit on presolving?<br>
<br>
There is not separate time limit for presolving.<br>
<br>
However, you can try the following: in the command line, you can try to<br>
set a time limit, presolve and then extend the time limit again.  When<br>
you continue the optimization, SCIP will finish presolving, however.<br>
This can be avoided by "set presolving maxrounds 0". If then continue,<br>
SCIP will finish presolving, but not perform time consuming steps.<br>
<br>
> On a related note, solutions in the storage are processed after<br>
> presolving. Is it possible to do this before so that SCIP accepts the<br>
> feasible solutions and sets the upper bound accordingly?<br>
<br>
I thought that stored solutions would also be processed before<br>
presolving. However, additional heuristics may only run after presolving.<br>
<br>
Best<br>
<br>
Marc<br>
_______________________________________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a><br>
<a href="https://listserv.zib.de/mailman/listinfo/scip" rel="noreferrer" target="_blank">https://listserv.zib.de/mailman/listinfo/scip</a><br>
</blockquote></div>