<div>Thanks, Stefan</div><div><br></div><div>After I changed it to CBC folder ../<span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(0, 0, 0, 0.85); font-family: Monaco; font-size: 18px; color: rgb(244, 244, 244);">cbc-2.9.9 </span></div><div><span style="font-variant-ligatures: no-common-ligatures; background-color: rgba(0, 0, 0, 0.85); font-family: Monaco; font-size: 18px; color: rgb(244, 244, 244);">It works.</span></div>




<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Monaco; color: #f4f4f4; background-color: #000000; background-color: rgba(0, 0, 0, 0.85)}
span.s1 {font-variant-ligatures: no-common-ligatures}
</style>


<div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>From: </b> "Stefan Vigerske";<stefan@math.hu-berlin.de>;</div><div><b>Date: </b> Sat, Jan 13, 2018 10:49 AM</div><div><b>To: </b> "cuiyouzhi0000"<cuiyouzhi0000@qq.com>;"Scip"<scip@zib.de>;<wbr></div><div></div><div><b>Subject: </b> Re: [SCIP] clp as LP Solver</div></div><div><br></div>Hi,<br><br>you should use the directory in which you have installed Clp.<br>If you build Clp from source without changing the installation prefix <br>(--prefix), then it's the directory from which you have called make and <br>make install for Clp.<br>As the SCIP buildsystem tells you:<br> "<Clp-path>/include/coin/ClpModel.hpp" should exist.<br><br>Stefan<br><br>On 01/12/2018 06:33 PM, cuiyouzhi0000 wrote:<br>> Dears,<br>> <br>> <br>> Could I know which folder I should use to link to clp.darwin.x86_64.gnu.opt when I want to use clp as LP Solver? Thanks.<br>> I followed below document, it doesn't work.<br>> I got below error:<br>> <br>> <br>>   <br>> src/lpi/lpi_clp.cpp:59:10: fatal error: 'ClpSimplex.hpp' file not found<br>>   <br>> #include <ClpSimplex.hpp><br>>   <br>>           ^~~~~~~~~~~~~~~~<br>>   <br>> 1 error generated.<br>> <br>> <br>> <br>>   <br>> - Current settings: LPS=clp OSTYPE=darwin ARCH=x86_64 COMP=gnu SHARED=false SUFFIX= ZIMPL=false ZIMPLOPT=opt IPOPT=false IPOPTOPT=opt WORHP=false WORHPOPT=opt FILTERSQP=false EXPRINT=cppad GAMS=false SYM=none<br>>   <br>> <br>> <br>>   <br>> * SCIP needs some softlinks to external programs, in particular, LP-solvers.<br>>   <br>> * Please insert the paths to the corresponding directories/libraries below.<br>>   <br>> * The links will be installed in the 'lib/include' and 'lib/static' directories.<br>>   <br>> * For more information and if you experience problems see the INSTALL file.<br>>   <br>> <br>> <br>>   <br>>    -> "clp.darwin.x86_64.gnu.opt" is the path to the Clp installation directory, i.e., "<Clp-path>/include/coin/ClpModel.hpp" should exist.<br>> <br>> <br>> <br>> _______________________________________________<br>> Scip mailing list<br>> Scip@zib.de<br>> https://listserv.zib.de/mailman/listinfo/scip<br>> <br></div>