[SCIP] clp as LP Solver

cuiyouzhi0000 cuiyouzhi0000 at qq.com
Sat Jan 13 15:18:00 CET 2018


Thanks, Stefan


After I changed it to CBC folder ../cbc-2.9.9 
It works.
 



------------------ Original ------------------
From:  "Stefan Vigerske";<stefan at math.hu-berlin.de>;
Date:  Sat, Jan 13, 2018 10:49 AM
To:  "cuiyouzhi0000"<cuiyouzhi0000 at qq.com>;"Scip"<scip at zib.de>;

Subject:  Re: [SCIP] clp as LP Solver



Hi,

you should use the directory in which you have installed Clp.
If you build Clp from source without changing the installation prefix 
(--prefix), then it's the directory from which you have called make and 
make install for Clp.
As the SCIP buildsystem tells you:
 "<Clp-path>/include/coin/ClpModel.hpp" should exist.

Stefan

On 01/12/2018 06:33 PM, cuiyouzhi0000 wrote:
> Dears,
> 
> 
> 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.
> I followed below document, it doesn't work.
> I got below error:
> 
> 
>   
> src/lpi/lpi_clp.cpp:59:10: fatal error: 'ClpSimplex.hpp' file not found
>   
> #include <ClpSimplex.hpp>
>   
>           ^~~~~~~~~~~~~~~~
>   
> 1 error generated.
> 
> 
> 
>   
> - 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
>   
> 
> 
>   
> * SCIP needs some softlinks to external programs, in particular, LP-solvers.
>   
> * Please insert the paths to the corresponding directories/libraries below.
>   
> * The links will be installed in the 'lib/include' and 'lib/static' directories.
>   
> * For more information and if you experience problems see the INSTALL file.
>   
> 
> 
>   
>    -> "clp.darwin.x86_64.gnu.opt" is the path to the Clp installation directory, i.e., "<Clp-path>/include/coin/ClpModel.hpp" should exist.
> 
> 
> 
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20180113/48653c7a/attachment.html>


More information about the Scip mailing list