<div dir="ltr">Yep, I now see (it was right there...)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 14, 2023 at 11:47 PM Stefan Vigerske <<a href="mailto:svigerske@gams.com">svigerske@gams.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
<br>
before the checkStage() call, there is code that handles the stages <br>
init, problem, and transforming:<br>
<br>
     if( SCIPgetStage(scip) < SCIP_STAGE_TRANSFORMED)<br>
        return 0;<br>
<br>
This implementation may be a bit unusual, but it should be ok the way it is.<br>
<br>
Stefan<br>
<br>
On 14/12/2023 21:18, Ross Anderson wrote:<br>
> See line 1774 of this file:<br>
> <br>
> <a href="https://www.scipopt.org/doc/html/scip__solvingstats_8c_source.php" rel="noreferrer" target="_blank">https://www.scipopt.org/doc/html/scip__solvingstats_8c_source.php</a><br>
> <br>
> The comment lists three more stages than the call to SCIPcheckStage()<br>
> below: init, problem, and transforming.<br>
> <br>
> Based on the comment and the source agreeing in SCIPgetNSolsFound(), I<br>
> would assume that source is correct and the comment is wrong.<br>
> <br>
> This does not impact me/google, it just appears to be a typo.<br>
> <br>
> Ross<br>
> <br>
> <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>
<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>