<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I gave up building on Windows, but cross-compiling from Unix using mingw32 worked quite well, e.g.,</div><div class=""><br class=""></div><div class="">./configure --host=i686-w64-mingw32 (for 32-bit Windows)</div><div class="">./configure --host=x86_64-w64-mingw32 (for 64-bit Windows)</div><div class=""><br class=""></div><div class="">Would that not be an option?</div><div class=""><br class=""></div><div class="">Nils<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 28.09.2018, at 19:16, LMH <<a href="mailto:lmh_users-groups@molconn.com" class="">lmh_users-groups@molconn.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">I tried to manually include direct.h outside the logic but I get a file not found</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">error. I am never sure if being on cygwin means being on windows or being on linux.</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">LMH</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Stefan Vigerske wrote:</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Hi,<br class=""><br class="">Since you are on Windows, maybe try whether the<br class=""><br class="">#include <direct.h><br class="">#define getcwd _getcwd<br class=""><br class="">variant works.<br class=""><br class="">Stefan<br class=""><br class="">On 9/28/18 4:18 AM, LMH wrote:<br class=""><blockquote type="cite" class="">It seems like this is a mailing list where "top post" is the proper reply method.<br class="">Please let me know if that is not the case. I have been replying with bottom post.<br class=""><br class="">Hello Stefan,<br class=""><br class="">Including <cstdio> in the file CoinFactorization.hpp fixed the error,<br class=""> error: there are no arguments to 'printf' that depend on a template parameter<br class=""><br class="">I also had to make many additional inclusions listed at the end of the post.<br class=""><br class=""><br class="">I now have the following error,<br class=""><br class="">COIN-OS/CoinUtils/src/CoinHelperFunctions.hpp: In function 'char<br class="">CoinFindDirSeparator()':<br class="">COIN-OS/CoinUtils/src/CoinHelperFunctions.hpp:705:22: error: 'getcwd' was not<br class="">declared in this scope<br class=""><br class="">as far as I know, getcwd is in unistd.h, which is included in the logic at the top,<br class=""><br class="">#if defined(_MSC_VER)<br class="">#  include <direct.h><br class="">#  define getcwd _getcwd<br class="">#else<br class="">#  include <unistd.h><br class="">#endif<br class=""><br class="">I have added in include for both stdio.h and unistd.h as the first two lines of the<br class="">file (before the #ifndef), but this does not fix the error.<br class=""><br class="">I am not sure what to do next. I cannot find any documentation on what would cause a<br class="">compiler error for getcwd other than missing unistd.h, though it seems that in some<br class="">cases stdio.h needs to be included as well.<br class=""><br class="">The error is down past line 700,<br class=""><br class="">if(getcwd(buf, size))<br class=""><br class="">Adding the includes right before the function definition for CoinFindDirSeparator()<br class="">also does not help.<br class=""><br class="">Is there some location in the file where the include should be located other than at<br class="">the beginning?<br class=""><br class="">Is there a different include that should be added?<br class=""><br class="">Any suggestions?<br class=""><br class="">LMH<br class=""><br class=""><br class=""><br class="">other required inclusions so far,<br class=""><br class="">include <cstdio> in CoinParamUtils.cpp to address the compiler errors,<br class=""> error: 'stdin' was not declared in this scope<br class=""> error: 'fprintf' was not declared in this scope<br class=""> error: 'fflush' was not declared in this scope<br class=""> error: 'fgets' was not declared in this scope<br class=""><br class="">include <cstddef> in CbcEventHandler.hpp to address the compiler error,<br class=""> CbcEventHandler.hpp:137:43: error: 'NULL' was not declared in this scope<br class=""><br class="">include <cstddef> in IpSmartPtr.hpp to address the compiler error,<br class=""> IpSmartPtr.hpp:340:12: error: 'NULL' was not declared in this scope<br class=""><br class="">include <cstdio> in IpMultiVectorMatrix.cpp to address the compiler error,<br class=""> IpMultiVectorMatrix.cpp:254:51: error: 'sprintf' was not declared in this scope<br class=""><br class="">include <cstddef> in IpTripletToCSRConverter.cpp to address the compiler error,<br class=""> IpTripletToCSRConverter.cpp:21:11: error: 'NULL' was not declared in this scope<br class=""><br class="">include <cstdio> in IpLoqoMuOracle.cpp to address the compiler error,<br class=""> IpLoqoMuOracle.cpp:68:42: error: 'sprintf' was not declared in this scope<br class=""><br class="">include <cstdio> in IpOrigIpoptNLP.cpp to address the compiler error,<br class=""> IpOrigIpoptNLP.cpp:296:130: error: 'sprintf' was not declared in this scope<br class=""><br class="">include <cstdio> in IpOrigIterationOutput.cpp to address the compiler error,<br class=""> IpOrigIterationOutput.cpp:101:49: error: 'sprintf' was not declared in this scope<br class=""><br class="">include <cstdio> in IpProbingMuOracle.cpp to address the compiler error,<br class=""> IpProbingMuOracle.cpp:143:42: error: 'sprintf' was not declared in this scope<br class=""><br class="">include <cstdio> in IpQualityFunctionMuOracle.cpp to address the compiler error,<br class=""> IpQualityFunctionMuOracle.cpp:598:42: error: 'sprintf' was not declared in this<br class="">scope<br class=""><br class="">include <cstdio> in IpRestoIterationOutput.cpp to address the compiler error,<br class=""> IpRestoIterationOutput.cpp:129:49: error: 'sprintf' was not declared in this scope<br class=""><br class="">include <cstdio> in IpStdAugSystemSolver.cpp to address the compiler error,<br class=""> IpStdAugSystemSolver.cpp:167:36: error: 'sprintf' was not declared in this scope<br class=""><br class="">include <cstdio> in IpTNLPAdapter.cpp to address the compiler error,<br class=""> IpTNLPAdapter.cpp:411:142: error: 'sprintf' was not declared in this scope<br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class="">Stefan Vigerske wrote:<br class=""><blockquote type="cite" class="">Hi,<br class=""><br class="">you might try adding an include for <cstdio> in CoinFactorization.hpp itself.<br class=""><br class="">Stfan<br class=""><br class="">On 9/27/18 6:43 PM, LMH wrote:<br class=""><blockquote type="cite" class="">LMH wrote:<br class=""><blockquote type="cite" class="">LMH wrote:<br class=""><blockquote type="cite" class="">John Forrest wrote:<br class=""><blockquote type="cite" class="">I don't know enough about building on windows to give a definite answer but you<br class="">could<br class="">try one or two things to get something working and then improve the situation.<br class=""><br class="">a) do configure with --without-blas --without-lapack<br class=""><br class="">or<br class=""><br class="">b) go into ThirdParty/Blas and Lapack and do get.Blas and get.Lapack<br class=""><br class="">John Forrest<br class="">On 25/09/18 17:42, LMH wrote:<br class=""><blockquote type="cite" class="">Hello<br class=""><br class="">This is the second time I have sent this message. I think there was a<br class="">subscription<br class="">issue with the first message. I apologize if this is a duplicate but I have not<br class="">yet<br class="">received the original so I have sent it again.<br class=""><br class=""><br class="">I am trying to build clp under cygwin on a windows xp box. I have downloaded<br class="">the most<br class="">recent src using subversion and installed it to,<br class=""><br class="">C:\cygwin\lib\COIN-OS\<br class=""><br class="">It seemed like lib\ is where this should go, let me know if it should go in<br class="">bin\ or<br class="">somewhere in local\ instead.<br class=""><br class="">The configure script seems to run well but at the end I get,,<br class=""><br class="">checking whether -lblas has BLAS... no<br class="">configure: error: cannot find BLAS<br class="">configure: error: /bin/sh './configure' failed for Ipopt<br class=""><br class="">I have gfortran,<br class=""><br class="">$ which gfortran<br class="">/usr/bin/gfortran<br class=""><br class="">$ gfortran -v<br class="">Target: i686-pc-cygwin<br class="">Thread model: posix<br class="">gcc version 5.3.0 (GCC)<br class=""><br class="">As far as I can tell, my PATH is configured correctly.<br class=""><br class="">C:\cygwin\bin;C:\Program Files\Intel\iCLS<br class="">Client\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program<br class="">Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program<br class="">Files\Intel\Intel(R)<br class="">Management Engine Components\IPT;c:\dms;c:\dms\gnuplot;C:\Program<br class="">Files\TortoiseSVN\bin<br class=""><br class="">I believe that I have BLAS installed in cygwin but the config script cannot<br class="">seem to<br class="">find it. I can post the entire configure script output, or any other output if<br class="">that<br class="">would help, just let me know.<br class=""><br class="">LMH<br class=""><br class="">_______________________________________________<br class="">Clp mailing list<br class=""><a href="mailto:Clp@list.coin-or.org" class="">Clp@list.coin-or.org</a><br class="">https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=js2M0T-3OIMIVDvokcKjokJbk0F8QOCd0mT4FsVFE88&m=d0WfxyR11cyfOXA-T7rNQ2OGp4qkrePGbUjFuEMZZLY&s=xmebJ9kLTiaifIEAMtBgTDnwAcnFhj7f3H0DnzaHHrM&e=<br class=""><br class=""><br class=""><br class=""><br class=""><br class=""></blockquote><br class="">_______________________________________________<br class="">Clp mailing list<br class=""><a href="mailto:Clp@list.coin-or.org" class="">Clp@list.coin-or.org</a><br class="">https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=G-rWCwMCBm3eUuw9HwVHnyOeSnSun6y799F3zRs5-x4&m=15JBJE5qc5hAwj760hY9tzyTy9aRHlJEFVt9QcVSfNQ&s=jUDp_AboHjY0zT3f-ewerzcDs11isWMJKN7kHQIbklI&e=<br class=""><br class=""><br class=""><br class=""><br class=""></blockquote><br class="">Thanks for the advice. I added the third party code as you suggested. The get<br class="">scripts<br class="">did not work because I had issues with wget and also some of the file names in the<br class="">scripts do not match the files that were downloaded. I had to manually implement<br class="">some<br class="">of the steps in the get scripts.<br class=""><br class="">After running configure -C, I get a different error.<br class=""><br class="">checking whether LAPACK is already available with BLAS library... no<br class="">checking whether -llapack has LAPACK... yes<br class="">configure: Checking for Harwell subroutine library<br class="">checking whether MUMPS is available... no<br class="">configure: error: "No linear solver (such as MUMPS) available.  You need to<br class="">provide<br class="">at least one."<br class="">configure: error: /bin/sh './configure' failed for Ipopt<br class=""><br class="">There is nothing listed under MUMPS in the cygwin package manager. How do I go<br class="">about<br class="">resolving this?<br class=""><br class="">LMH<br class=""><br class="">_______________________________________________<br class="">Clp mailing list<br class=""><a href="mailto:Clp@list.coin-or.org" class="">Clp@list.coin-or.org</a><br class=""><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=G-rWCwMCBm3eUuw9HwVHnyOeSnSun6y799F3zRs5-x4&m=N9fx_-dJ1omk9FGd1XVnM9jPBcJJbAO6zCf6Z2EEhBM&s=DPYXM-vxdVmLtp0X7xR6BMayOQT0RyRMiLJCz_5E968&e=" class="">https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=G-rWCwMCBm3eUuw9HwVHnyOeSnSun6y799F3zRs5-x4&m=N9fx_-dJ1omk9FGd1XVnM9jPBcJJbAO6zCf6Z2EEhBM&s=DPYXM-vxdVmLtp0X7xR6BMayOQT0RyRMiLJCz_5E968&e=</a><br class=""><br class=""><br class=""><br class=""></blockquote><br class="">I downloaded and built MUMPS Version 1.71 according to the cygwin instructions<br class="">here,<br class=""><br class=""><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__sourceforge.net_projects_mumps_files_&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=G-rWCwMCBm3eUuw9HwVHnyOeSnSun6y799F3zRs5-x4&m=EN_1NCjY2BBHQEFERdu1TbKKkY-EoG6ZRbTa4qkkqe8&s=tUugfkR19NDQFz7VhEXwjiOwjRHbfR6PhS8vEKGWmoY&e=" class="">https://urldefense.proofpoint.com/v2/url?u=https-3A__sourceforge.net_projects_mumps_files_&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=G-rWCwMCBm3eUuw9HwVHnyOeSnSun6y799F3zRs5-x4&m=EN_1NCjY2BBHQEFERdu1TbKKkY-EoG6ZRbTa4qkkqe8&s=tUugfkR19NDQFz7VhEXwjiOwjRHbfR6PhS8vEKGWmoY&e=</a><br class=""><br class=""><br class=""><br class="">The build seemed to go fine once I made the suggested local configuration changes.<br class="">When I re-ran ./config for coin-or, I still get the error,<br class=""><br class="">checking whether MUMPS is available... no<br class="">configure: error: "No linear solver (such as MUMPS) available.  You need to provide<br class="">at least one."<br class="">configure: error: /bin/sh './configure' failed for Ipopt<br class=""><br class="">I installed mumps to /lib and I suspect that it is being looked for in one of<br class="">the bin<br class="">directories. the "which mumps" command doesn't return anything.<br class=""><br class="">Should I move the mumps install directory to some other location like /bin or<br class="">/usr/local/bin, etc?<br class=""><br class="">Should I add a ln somewhere that points to where mumps is now?<br class=""><br class="">Do I have a different problem altogether?<br class=""><br class="">Thanks,<br class=""><br class="">LMH<br class=""><br class="">_______________________________________________<br class="">Clp mailing list<br class=""><a href="mailto:Clp@list.coin-or.org" class="">Clp@list.coin-or.org</a><br class=""><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=G-rWCwMCBm3eUuw9HwVHnyOeSnSun6y799F3zRs5-x4&m=EN_1NCjY2BBHQEFERdu1TbKKkY-EoG6ZRbTa4qkkqe8&s=sh68nXGk7tiQUbywND54IK-RDjWW5JOtJxM9aQ1Y1Hs&e=" class="">https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=G-rWCwMCBm3eUuw9HwVHnyOeSnSun6y799F3zRs5-x4&m=EN_1NCjY2BBHQEFERdu1TbKKkY-EoG6ZRbTa4qkkqe8&s=sh68nXGk7tiQUbywND54IK-RDjWW5JOtJxM9aQ1Y1Hs&e=</a><br class=""><br class=""><br class=""><br class=""></blockquote><br class=""><br class="">The configure script has completed, but make fails with the following error,<br class=""><br class="">CoinFactorization.hpp: In member function 'bool CoinFactorization::pivot(int, int,<br class="">CoinBigIndex, CoinBigIndex, double*, unsigned int*, int, int, T*, int)':<br class="">CoinFactorization.hpp:648:54: error: there are no arguments to 'printf' that depend<br class="">on a template parameter, so a declaration of 'printf' must be available<br class="">[-fpermissive]<br class="">      printf("more memory needed in middle of invert\n");<br class="">                                                       ^<br class="">CoinFactorization.hpp:648:54: note: (if you use '-fpermissive', G++ will accept your<br class="">code, but allowing the use of an undeclared name is deprecated)<br class="">Makefile:566: recipe for target 'CoinFactorization1.lo' failed<br class="">make[2]: *** [CoinFactorization1.lo] Error 1<br class="">make[2]: Leaving directory '/usr/lib/COIN-OS/CoinUtils/src'<br class="">Makefile:360: recipe for target 'all-recursive' failed<br class="">make[1]: *** [all-recursive] Error 1<br class="">make[1]: Leaving directory '/usr/lib/COIN-OS/CoinUtils'<br class="">Makefile:297: recipe for target 'all-recursive' failed<br class="">make: *** [all-recursive] Error 1<br class=""><br class="">This seems like it may be a compiler version issue. I checked, and <stdio.h> is<br class="">included in the file CoinFactorization1.cpp and I think that is where printf is<br class="">defined. I tried including cstdlib as well but that doesn't help.<br class=""><br class="">Any suggestions on what to do? I am currently using gcc/g++/gfortran 5.3.0 under<br class="">32-bit cygwin.<br class=""><br class="">LMH<br class=""><br class="">_______________________________________________<br class="">Clp mailing list<br class=""><a href="mailto:Clp@list.coin-or.org" class="">Clp@list.coin-or.org</a><br class=""><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=BRcuJnQr5NAzU29t80hk2rsLc4vrlRySBDabuq0O1ZI&m=89UCf4k0W54s_nQmCeAD3McLiyMEsCLWeAp_42I0uUk&s=5tQ3MQaqtnOp5UcIsuYpn5VEVn9sxt-CPk6k15pvtFA&e=" class="">https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=BRcuJnQr5NAzU29t80hk2rsLc4vrlRySBDabuq0O1ZI&m=89UCf4k0W54s_nQmCeAD3McLiyMEsCLWeAp_42I0uUk&s=5tQ3MQaqtnOp5UcIsuYpn5VEVn9sxt-CPk6k15pvtFA&e=</a><br class=""><br class=""><br class=""><br class=""></blockquote><br class=""><br class=""></blockquote><br class=""></blockquote><br class=""><br class=""></blockquote><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Clp mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="mailto:Clp@list.coin-or.org" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Clp@list.coin-or.org</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4W_KAPYWX_7S-OXUpUUkba9waxp6JnerRIGtanMj5yo&m=Gg4yVpwX02kEghSxjRw0D5s-Na3QSfARBZfa8T6_Eos&s=cn25VQZjuPwGBzPMnl43RSbNwlAsmRjJuJCpGyiZq0A&e=" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://urldefense.proofpoint.com/v2/url?u=https-3A__list.coin-2Dor.org_mailman_listinfo_clp&d=DwICAg&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4W_KAPYWX_7S-OXUpUUkba9waxp6JnerRIGtanMj5yo&m=Gg4yVpwX02kEghSxjRw0D5s-Na3QSfARBZfa8T6_Eos&s=cn25VQZjuPwGBzPMnl43RSbNwlAsmRjJuJCpGyiZq0A&e=</a></div></blockquote></div><br class=""></div></body></html>