<div dir="ltr"><p class="MsoNormal"><span lang="EN-GB">Dear SCIPpers,</span></p><p class="MsoNormal"><span lang="EN-GB"><br></span></p>

<p class="MsoNormal"><span lang="EN-GB">I am trying to extend SCIP with a new
constraint handler. I have included the appropriate .c/.h files in the SCIPDIR/src/scip
folder and added those files in the SCIPPLUGINLIBOBJ of the Makefile. SCIP
compiles successfully but then when I provide a data file (which contains
constrains that need to be handled by the new constraint handler) I receive a
warning that states: ‘constraint handler doesn’t exist in SCIP data structure’.
 I suppose I am missing something so
could you please explain what else needs to be done so that the constraint
handler is fully integrated.</span></p>

<p class="MsoNormal"><span lang="EN-GB">The reason I am trying to extend SCIP is to
take advantage of the parallelism provided by UG. The idea is to
run those extended SCIPs in parallel using, for example, fibreSCIP.</span></p>

<p class="MsoNormal"><span lang="EN-GB"><br></span></p><p class="MsoNormal"><span lang="EN-GB">Thank you very much in advance and I am looking
forward to hear from you. (:</span></p>

<p class="MsoNormal"><span lang="EN-GB"><br></span></p><p class="MsoNormal"><span lang="EN-GB">Kind Regards,</span></p>

<p class="MsoNormal"><span lang="EN-GB">Miro</span></p></div>