<div dir="ltr">I have noticed that when SCIP is counting (and possibly collecting) feasible solutions, separation is turned off.<div><br></div><div>What is the rationale for this?</div><div><br></div><div>In my own SCIP project having no separation led to very poor performance when collecting feasible solutions with objective value better than a given value. (I just want reasonably 'good' feasible solutions.)</div><div><br></div><div>I fixed the problem as follows:</div><div><br></div><div><div>SCIP_CALL( SCIPsetParamsCountsols(scip) );</div><div>         /* put separating back on! */</div><div>         SCIP_CALL( SCIPparamsetSetSeparating(scip->set->paramset, scip->set, scip->messagehdlr, SCIP_PARAMSETTING_DEFAULT, TRUE) );</div></div><div><br></div><div>but perhaps keeping separation leads to some other problem I don't realise.</div><div><br></div><div>Any advice on this issue gratefully received.</div><div><br></div><div>James</div><div><div><br></div>-- <br><div class="gmail_signature">James Cussens<br>Dept of Computer Science &<br>York Centre for Complex Systems Analysis<br>Room 326, The Hub, Deramore Lane            Tel    +44 (0)1904 325371<br>University of York                                        Fax  +44 (0)1904 500159<br>York YO10 5GE, UK                               <a href="http://www.cs.york.ac.uk/~jc" target="_blank">http://www.cs.york.ac.uk/~jc</a><br><a href="http://www.york.ac.uk/docs/disclaimer/email.htm" target="_blank">http://www.york.ac.uk/docs/disclaimer/email.htm</a></div>
</div></div>