<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear SCIP,</div><div><br></div><div><br class="gmail-Apple-interchange-newline">I have a SCIP problem where I add many parameters. <br clear="all">I've noticed that the RINS and ALNS heuristics create a subscip (from the main scip instance) using SCIPcopyLargeNeighborhoodSearch. One problem I have encountered is that not all parameters from my main scip instance get copied to the subscip, and this causes errors during the subscip solving since e.g. I have a separator in one of my constraint handlers that asks for a value from one of these uncopied parameters. All of SCIP's parameters (in contrast to those added by my project code) get copied fine.<br></div><div><br></div><div>The parameters that I add during SCIPincludeConshdlr... for my constraint handlers are copied (along with their current values), but not the parameters  added during problem construction.</div><div><br></div><div>This is not a big problem, and indeed the value that my separator needs should be stored in the constraint handler data (current code was an easy hack). But I am interested to know whether this is intended behaviour or not.</div><div><br></div><div>James</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>James Cussens<br>Dept of Computer Science<br>Room 326, The Hub, Deramore Lane            <br>University of York                                        <br>York YO10 5GE, UK</div><div>Tel    +44 (0)1904 325371</div><div><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></div></div></div>