<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EstiloCorreo18
        {mso-style-type:personal-reply;
        font-family:"Arial",sans-serif;
        color:windowtext;
        font-weight:normal;
        font-style:normal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-US">Thank you very much for your help, Stefan.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-US">I have been able to run fscip executable with the help of Yuji. By the moment, I will try FSCIP via the executable.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-US">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-US">Juan<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="ES" style="font-size:11.0pt;font-family:"Calibri",sans-serif">De:</span></b><span lang="ES" style="font-size:11.0pt;font-family:"Calibri",sans-serif"> Scip <scip-bounces@zib.de>
<b>En nombre de </b>Stefan Vigerske<br>
<b>Enviado el:</b> jueves, 3 de agosto de 2023 11:05<br>
<b>Para:</b> Yuji Shinano <shinano@zib.de>; scip@zib.de<br>
<b>Asunto:</b> Re: [SCIP] How to use FiberSCIP and UG with SCIP 8.0.3?<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi,<br>
<br>
as far as I remember, FiberSCIP comes as an executable only.<br>
I once used it as a library, but it wasn't that straightforward to get <br>
there.<br>
Building the source into a library isn't that difficult. But then I <br>
copied a lot from fscip.cpp and derived my own class from <br>
ParaSCIP::ScipParaInitiator. I had to essentially copy the whole long <br>
ScipParaInitiator::init() method to then customize it to my needs.<br>
<br>
There were also some bugfixes in UG necessary, which are not all in the <br>
UG that comes with SCIP OptSuite 8.0.3. I also have the impression that <br>
a UG update will not be included in the next maintenance release of the <br>
SCIP OptSuite, and I don't see UG mirrored on GitHub, so if there are <br>
problems, you may want to check with Yuji to get the latest version.<br>
<br>
If you're not already familiar with UG and SCIP and not happy to just <br>
build source without an elaborate buildsystem provided, you may want to <br>
consider using FiberSCIP as an executable only and communicate with it <br>
via files.<br>
<br>
Stefan<br>
<br>
On 03/08/2023 06:34, Yuji Shinano wrote:<br>
> Hi,<br>
> <br>
> FiberSCIP with SCIP 8.0.3 is included in SCIP Optimization Suite 8.0.3.<br>
> Please download it and build FiberSCIP. If you have questions, please <br>
> let me know.<br>
> <br>
> Best,<br>
> Yuji<br>
> <br>
> On 02.08.23 16:17, Lastra Diaz Jose wrote:<br>
>><br>
>> Dear colleagues,<br>
>><br>
>> I wonder how to integrate FiberSCIP and UG in a SCIP-based application <br>
>> (SCIP 8.0.3). We have developed a family of MILP models and I would <br>
>> like to evaluate FiberSCIP to parallelizing their B&B resolution <br>
>> within a single desktop PC.<br>
>><br>
>> Is it possible? What should we do to solve our MILP models in <br>
>> multithread mode?<br>
>><br>
>> Thank you for your help,<br>
>><br>
>> Juan<br>
>><br>
>> <a href="cid:image001.png@01D4B3E6.540B6570">cid:image001.png@01D4B3E6.540B6570</a><br>
>><br>
>><br>
>><br>
>> *Juan J. Lastra Díaz, PhD*<br>
>><br>
>> *Advanced Research department*<br>
>><br>
>> *t **: *+34 917 88 88 65<br>
>><br>
>> *e**: <a href="mailto:*j.lastra@lectra.com">*j.lastra@lectra.com</a> <<a href="mailto:j.lastra@lectra.com">mailto:j.lastra@lectra.com</a>><br>
>><br>
>> <a href="cid:image002.png@01D4B3E6.540B6570">cid:image002.png@01D4B3E6.540B6570</a>
<br>
>> <<a href="https://protect-us.mimecast.com/s/kQWmCL9RkKcYBxmDIrEW0r?domain=linkedin.com">https://www.linkedin.com/company/8538/</a>><a href="cid:image003.png@01D4B3E6.540B6570">cid:image003.png@01D4B3E6.540B6570</a> <<a href="https://protect-us.mimecast.com/s/V2h7CM86lLi6BKRyuPvLOZ?domain=facebook.com">https://www.facebook.com/LectraOfficial/</a>><a href="cid:image004.png@01D4B3E6.540B6570">cid:image004.png@01D4B3E6.540B6570</a>
 <<a href="https://protect-us.mimecast.com/s/9azQCNkRmMhMkKEquyCVQS?domain=instagram.com">https://www.instagram.com/lectraofficial/</a>><a href="cid:image005.png@01D4B3E6.540B6570">cid:image005.png@01D4B3E6.540B6570</a> <<a href="https://protect-us.mimecast.com/s/w3iVCOYRnNi21V0LtwDu8Y?domain=youtube.com">https://www.youtube.com/user/LectraTechChannel?hl=fr</a>><a href="cid:image006.png@01D4B3E6.540B6570">cid:image006.png@01D4B3E6.540B6570</a>
 <<a href="https://blog.lectra.com/">https://blog.lectra.com/</a>><br>
>><br>
>><br>
>><br>
>> C/ Vía de los Poblados, 1 - Edif. C, 1ª Plta.<br>
>><br>
>> P.E. Alvento - 28033 Madrid - España<br>
>><br>
>> *lectra.com* <<a href="https://protect-us.mimecast.com/s/9jljCPN8oOt5zYo1hQ81OR?domain=lectra.com">http://www.lectra.com/</a>><br>
>><br>
>> This e-mail and any attached files may contain confidential <br>
>> information which is intended exclusively for the recipient. If you <br>
>> are not the specified recipient, you should delete this e-mail from <br>
>> your system immediately, and inform the sender without delay. Reading, <br>
>> distributing, copying, or any other unauthorized use of this e-mail <br>
>> and its attached files is strictly forbidden. Thank you for your <br>
>> comprehension.<br>
>><br>
>> Este correo electrónico y cualquier archivo adjunto pueden contener <br>
>> información confidencial que está destinada exclusivamente al <br>
>> destinatario. Si usted no es el destinatario especificado, debe <br>
>> eliminar este correo electrónico de su sistema inmediatamente e <br>
>> informar al remitente sin demora. Está terminantemente prohibido leer, <br>
>> distribuir, copiar o cualquier otro uso no autorizado de este correo <br>
>> electrónico y sus archivos adjuntos. Gracias por su comprensión.<br>
>><br>
>><br>
>> _______________________________________________<br>
>> Scip mailing list<br>
>> <a href="mailto:Scip@zib.de">Scip@zib.de</a><br>
>> <a href="https://protect-us.mimecast.com/s/vpgtCQWRpPhNvG31C5O8sv?domain=listserv.zib.de">
https://listserv.zib.de/mailman/listinfo/scip</a><br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> Scip mailing list<br>
> <a href="mailto:Scip@zib.de">Scip@zib.de</a><br>
> <a href="https://protect-us.mimecast.com/s/vpgtCQWRpPhNvG31C5O8sv?domain=listserv.zib.de">
https://listserv.zib.de/mailman/listinfo/scip</a><br>
<br>
_______________________________________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de">Scip@zib.de</a><br>
<a href="https://protect-us.mimecast.com/s/vpgtCQWRpPhNvG31C5O8sv?domain=listserv.zib.de">https://listserv.zib.de/mailman/listinfo/scip</a><o:p></o:p></p>
</div>
</body>
</html>