<div dir="ltr">Hi, <br><div><div><br>In your scip-3.1.0\lib, I do see that you also have <br><br>               <b>/libsoplex.cygwin.x86.gnu.opt.a</b><br><br></div><div>But, it cannot be recognized in my machine no matter it is compiled by static or dynamic.<br><br></div><div>Any help would be appreciated. <br></div><div><br>--------------------------------------------------------------------------------------------------------------<br><b>compiled by dynamic </b><br><br>/scip-3.1.1/examples/Queens<br><br>$ make OPT=opt LPS=spx COMP=gnu VERBOSE=true LINK=dynamic<br>-> linking bin/queens.cygwin.x86.gnu.opt.spx<br><br>g++ obj/O.cygwin.x86.gnu.opt/queens_main.o obj/O.cygwin.x86.gnu.opt/queens.o \<br>        -L../../lib -lscip.cygwin.x86.gnu.opt \<br>                -lobjscip.cygwin.x86.gnu.opt -llpispx.cygwin.x86.gnu.opt -lnlpi.cppad.cygwin.x86.gnu.opt \<br>                 -O3 -mtune=native -fomit-frame-pointer   -lsoplex.cygwin.x86.gnu.opt \<br>        -lm   -lz -lzimpl.cygwin.x86.gnu.opt  -lgmp -lreadline -Wl,-rpath,/cygdrive/e/scip-3.1.1/lib -o bin/queens.cygwin.x86.gnu.opt.spx<br><br><b>../../lib/libsoplex.cygwin.x86.gnu.opt.a: file not recognized: File format not recognized</b><br><b>collect2: error: ld returned 1 exit status</b><br><br>Makefile:109: recipe for target 'bin/queens.cygwin.x86.gnu.opt.spx' failed<br>make: *** [bin/queens.cygwin.x86.gnu.opt.spx] Error 1<br><br><b>or compiled by static </b><br><br>/scip-3.1.1/examples/Queens<br><br>$ make OPT=opt LPS=spx COMP=gnu VERBOSE=true LINK=static<br><br>-> linking bin/queens.cygwin.x86.gnu.opt.spx<br>g++ obj/O.cygwin.x86.gnu.opt/queens_main.o obj/O.cygwin.x86.gnu.opt/queens.o \<br>        -L../../lib -lscip.cygwin.x86.gnu.opt \<br>                -lobjscip.cygwin.x86.gnu.opt -llpispx.cygwin.x86.gnu.opt -lnlpi.cppad.cygwin.x86.gnu.opt \<br>                 -O3 -mtune=native -fomit-frame-pointer   -lsoplex.cygwin.x86.gnu.opt \<br>        -lm   -lz -lzimpl.cygwin.x86.gnu.opt  -lgmp -lreadline -Wl,-rpath,/cygdrive/e/scip-3.1.1/lib -o bin/queens.cygwin.x86.gnu.opt.spx<br><br><b>../../lib/libsoplex.cygwin.x86.gnu.opt.a: file not recognized: File format not recognized</b><br><b>collect2: error: ld returned 1 exit status</b><br><br>Makefile:109: recipe for target 'bin/queens.cygwin.x86.gnu.opt.spx' failed<br>make: *** [bin/queens.cygwin.x86.gnu.opt.spx] Error 1<br>--------------------------------------------------------------------------------------------------------------<br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 28, 2015 at 12:30 PM, Soukaina Sema <span dir="ltr"><<a href="mailto:soukaina.sema@gmail.com" target="_blank">soukaina.sema@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hello, <br></div>yeah i guess , this it's my scip lib file:<br><img style="margin-right:0px" alt="Images intégrées 2" src="cid:ii_14d9b5afbfda5a4d" height="256" width="376"><br><br></div>and this is my soplex bin file:<br><div><img style="margin-right:0px" alt="Images intégrées 1" src="cid:ii_14d9b5a1ba59be1b" height="99" width="388"><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2015-05-28 15:12 GMT+00:00 usa usa <span dir="ltr"><<a href="mailto:usact2012@gmail.com" target="_blank">usact2012@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi, <br><br></div>Can you please check your \scip-3.1.1\lib ? <br><br></div>I have most files with .a as extention (they are static libs).<br><br><img alt="Inline image 2" src="cid:ii_14d9b13882ad7a4b" height="290" width="511"><br><br></div>In my \soplex-2.0.1\bin, I have: <br><br><img alt="Inline image 1" src="cid:ii_14d9b102308826c7" height="139" width="511"><br><br></div>It seems that we have the same files for soplex. <br><br></div><span><div><div>Any help would be appreciated.<br><br></div></div></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 28, 2015 at 6:24 AM, Soukaina Sema <span dir="ltr"><<a href="mailto:soukaina.sema@gmail.com" target="_blank">soukaina.sema@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>hello,<br></div>Yes i see , Honestly i don't know  why the file format is not recognized!!!!, and why you have .a as extentien i have only this :<br><img style="margin-right:0px" alt="Images intégrées 2" src="cid:ii_14d9a085e448eda4" height="71" width="371"><br></div><div> PS: those files are attached , im using version scipoptsuite-3.1.0 in windows 32bit<br><br></div><div> try this:<br><br></div><div>Go to the Zimpl directory and put make, go to the soplex directory and put make, go the scipoptsuite/scip directory and put make as well  ( using make or ./configure), and then put make for the whole folder of scipoptsuite after the end of the compilation:<br></div><div></div><div> put make test ,normally you should see something like this  a lot of examples running and tables like these:<br><br><img style="margin-right:0px" alt="Images intégrées 1" src="cid:ii_14d99f6d91a42e0b" height="189" width="416"><br></div><div><br> it could be as well a problem due to the installation of cygwin, i mean did you install all the required packages : bison, flex, pcre, gcc, g++, gcc-fortan, readline ?<br></div><br><br></div>*****    have a look as well<a href="http://scip.zib.de/doc-2.0.2/html/MAKE.html" target="_blank"> here  </a>and <a href="http://scip.zib.de/download/files/scip-0.82/INSTALL" target="_blank">here</a><br><br></div>about the queens example i just followed the steps in the install file in the queens directory<br><br></div>i wish i could help you!<br><br></div>all the best<br></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-27 21:02 GMT+00:00 usa usa <span dir="ltr"><<a href="mailto:usact2012@gmail.com" target="_blank">usact2012@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi, <br><br></div>Also, could you please tell me hwo you compiled the Queens example successfully ? <br><br></div>thanks<br></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Wed, May 27, 2015 at 10:39 AM, Soukaina Sema <span dir="ltr"><<a href="mailto:soukaina.sema@gmail.com" target="_blank">soukaina.sema@gmail.com</a>></span> wrote:<br></span><div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="display:inline-block"><img alt="Images intégrées 2" src="cid:ii_14d95d00e82de9cf" height="295" width="475"><span><br><br>I need to call SCIP libs from C# in Visual Studio 2013, so I would like to build and run <br><br>the example codes in<br><br><br>                scipoptsuite-3.1.1/scip-3.1.1/examples<br><br><br>So that I can figure out how to call the SCIP lib, read model from mps, solve models <br><br>and collect results.<br><br><br><br>How can I build examples and docs in the subfolder of /scip-3.1.1 ? Or, If I built <br><br>successfully in the top folder of “scipoptsuite-3.1.1/”, I am not allowed build in the <br><br>subfolder ?<br><br><br>Sorry for the long questions. I am new to SCIP.<br><br><br>Any help would be appreciated.<br><br></span>*************************************************************************************<br><br>For a SCIP based project there are three main header files to consider. The first and <br><br>most important one is of course<br>``scip/scip.h''. It declares the \verb+SCIP+ pointer and all public functions. You may <br><br>have noticed that SCIP can be<br>extended by plugins. <br>In fact most parts of the MIP solver like heuristics, separators, etc.\ are implemented <br><br>as plugins. To use them, include <br>``scip/scipdefplugins.h''.<br><br>These two header files are C type. In early versions of SCIP it was necessary to wrap <br><br>them in an \verb+extern "C"+<br>statement. As of version 1.1 SCIP now detects a C++ compiler and adds \verb+extern <br><br>"C"+ own its own. <br><br>The last header file to consider is ``objscip/objscip.h'' if you want to use the C++ <br><br>wrapper classes distributed  with<br>SCIP. For the queens example we do not develop own plugins, so we just use<br>\begin{verbatim}<br>#include <scip/scip.h><br>#include <scip/scipdefplugins.h><br><br><br><br>***********************************************************************************<br><br>When you use SCIP you have to do the following steps:<br>* initialize the SCIP environment<br> * load all desired plugins (including your own, if you like)<br>  * create a problem<br> * add variables and constraints to the problem<br> * solve the problem<br>* access results<br>* free the SCIP environment<br>You can of course cycle through some of these steps like accessing the results, <br><br>modifying the problem and <br>solving again. We will now describe these steps in more detail for the queens solver.<br>**********************************************************************************<br><br>{Initializing the SCIP environment}<br><br>In this section, we start developing our queens solver. Before you can do anything <br><br>with SCIP, you have to <br>create a valid \verb+SCIP+ pointer. For this purpose use the \verb+SCIPcreate+ <br><br>function:<br><br>SCIP* scip;<br>SCIP_CALL_EXC(SCIPcreate(& scip));<br><br><br>************************************************************************************<br>{Loading all desired plugins}<br><br>After we created our \verb+SCIP+ pointer we load the plugins. In SCIP nearly <br><br>everything is a plugin: <br>heuristics, separators, constraint handlers, etc. Whenever you want to use one you <br><br>first have to include <br>it. This is done by various \verb+SCIPinclude+ functions like \verb+SCIPincludeHeur+ <br><br>for heuristics <br>or \verb+SCIPincludeConshdlr+ for constraint handlers. This also activates the default <br><br>display plugins <br>which writes various messages to standard output. (If you do not like this you can <br><br>disable it by a call of <br>\verb+SCIPsetMessagehdlr(NULL)+.) All together we get:<br>\begin{verbatim}<br>SCIP_CALL_EXC(SCIPincludeDefaultPlugins(scip));<br>// SCIP_CALL_EXC(SCIPsetMessagehdlr(NULL);<br><br>*************************************************************************************<br><br>{Creating a problem}<br><br>Now we can create the IP model for the queens solver in SCIP. First we create an <br><br>empty problem with<br>\verb+SCIPcreateProb+. The first argument is our \verb+SCIP+ pointer and the <br><br>second is the name <br>of the problem. You can also supply user specific problem data and call back functions <br><br>to handle them, but normally you will not need them and can safely set them to <br><br>\verb+NULL+:<br><br>SCIP_CALL_EXC(SCIPcreateProb(scip, "queens", NULL, NULL,<br>                             NULL, NULL, NULL, NULL, NULL));<br><br>The default objective sense for SCIP problems is minimizing. Since we have a <br><br>maximization problem we have to change this:<br><br>SCIP_CALL_EXC(SCIPsetObjsense(scip, SCIP_OBJSENSE_MAXIMIZE));<br><br>**********************************************************************************<br><br>{Creating variables}<br><br>Now it is time to fill the empty problem with information. We start by creating <br><br>variables, one binary variable for every <br>field on the chess board. Variables are accessed through the type \verb+SCIP_VAR*+. <br><br>Associated with each variable is a <br>type (continuous, integer, or binary), lower and upper bound and a objective. In our <br><br>case, the type is binary for all <br>variables, the lower bound is naturally 0, the upper bound 1, and the objective is 1 for <br><br>all variables:<br><br>SCIP_VAR* var;<br>SCIP_CALL_EXC(SCIPcreateVar(scip, & var, "x#i#j", 0.0, 1.0, 1.0,<br>                            SCIP_VARTYPE_BINARY, TRUE, FALSE,<br>                            NULL, NULL, NULL, NULL, NULL));<br><br><br>***********************************************************<br><br><br>------------------------------------------------------------------------------------------------------------------<br><br>Administrateur@soukaina-qvx4fd /home/Administrateur/scipoptsuite-3.1.0/scip-3.1.<br>0/examples/Queens<br>$ make OPT="opt" LPS="spx" COMP="gnu"<br>-> compiling obj/O.cygwin.x86.gnu.opt/queens_main.o<br>-> compiling obj/O.cygwin.x86.gnu.opt/queens.o<br>-> linking bin/queens.cygwin.x86.gnu.opt.spx<br><br>Administrateur@soukaina-qvx4fd /home/Administrateur/scipoptsuite-3.1.0/scip-3.1.<br>0/examples/Queens<br>$ cd bin<br><br>Administrateur@soukaina-qvx4fd /home/Administrateur/scipoptsuite-3.1.0/scip-3.1.<br>0/examples/Queens/bin<br>$ ./queens<br>********************************************<br>* n-queens solver based on SCIP            *<br>*                                          *<br>* (c) Cornelius Schwarz (2007)             *<br>********************************************<br><br>call ./queens <number of queens><br><br>Administrateur@soukaina-qvx4fd /home/Administrateur/scipoptsuite-3.1.0/scip-3.1.<br>0/examples/Queens/bin<br>$ cd queens.cygwin.x86.gnu.opt.spx<br>bash: cd: queens.cygwin.x86.gnu.opt.spx: Not a directory<br><br>Administrateur@soukaina-qvx4fd /home/Administrateur/scipoptsuite-3.1.0/scip-3.1.<br>0/examples/Queens/bin<br>$ ./queens.cygwin.x86.gnu.opt.spx<br>********************************************<br>* n-queens solver based on SCIP            *<br>*                                          *<br>* (c) Cornelius Schwarz (2007)             *<br>********************************************<br><br>call ./queens.cygwin.x86.gnu.opt.spx <number of queens><br><br>Administrateur@soukaina-qvx4fd /home/Administrateur/scipoptsuite-3.1.0/scip-3.1.<br>0/examples/Queens/bin<br>$ ./queens<br>********************************************<br>* n-queens solver based on SCIP            *<br>*                                          *<br>* (c) Cornelius Schwarz (2007)             *<br>********************************************<br><br>call ./queens <number of queens><br><br><br></div><div style="display:inline-block">Best of luck<br></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-27 9:40 GMT+00:00 Soukaina Sema <span dir="ltr"><<a href="mailto:soukaina.sema@gmail.com" target="_blank">soukaina.sema@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Heyyy,<br><br></div>Yeah i do perfectly understand coz it's exactly my problem at this evel ^------^, but i just decided to write my model in the ZIMLP code until i figure out how i will create and link those library .  Coz in my modest point of vue i think the question is how  to create the softlinks in SCIP's lib directory!!!! if i find anything could help i will send it to you as well.<br><br>And Yes normally your scip is successfully build. You have it . Read this:<br><br><font size="1"><span style="color:rgb(153,0,255)">Here is what you have to do to get the queens example project using SCIP as a library running:<br><br>1. Install and compile SCIP as described in the INSTALL file of SCIP's main <br>   directory, and make sure to create the necessary softlinks in SCIP's lib <br>   directory<br><br>2. In the directory Queens edit the variable SCIPDIR if necessary - it should<br>   point to the directory that contains SCIP.<br><br>3. Compile the queens example project:<br>   In the main directory Queens, enter "make OPT=<...> LPS=<...> COMP=<...>"<br>   with the following options:<br>   - "OPT=opt"       to use optimized compilation mode (default)<br>   - "OPT=dbg"       to use debug compilation mode<br>   - "OPT=prf"       to use performance analysis compilation mode<br>   - "LPS=spx"         to use SOPLEX Versio</span><span style="color:rgb(153,0,255)">n >= 1.4.0 as LP solver (default)<br>   - "LPS=spx132"      to use SOPLEX Version 1.3.2 as LP solver<br>   - "LPS=cpx"         to use CPLEX as LP solver<br>   - "LPS=xprs"        to use XPRESS as LP solver<br>   - "LPS=msk"         to use MOSEK as LP solver<br>   - "LPS=clp"         to use CLP as LP solver<br>   - "COMP=gnu"      to use GNU c/c++ compiler (default)<br>   - other compilers are available (see make/ directory)<br><br>4. To run the program enter "bin/queens.$(OSTYPE).$(ARCH).$(COMP).$(OPT).$(LPS)"<br>   (e.g. "bin/queens.linux.x86.gnu.opt.spx") or "bin/queens" which is a link<br>   to last compiled version<br><br>5. To generate the documentation, you need to have doxygen installed, and<br>   enter "make doc"<br><br>On some machines, you should use gmake instead of make.</span></font><br><br><br></div>As well as that:<font size="1"><span style="color:rgb(0,0,255)"><br>Here is what you have to do to get the C++ example project using SCIP as a library<br>running:<br><br>1. Install and compile SCIP as described in the INSTALL file of SCIP's main <br>   directory, and make sure to create the necessary softlinks in SCIP's lib <br>   directory<br><br>2. In the directory MIPSolver edit the variable SCIPDIR if necessary - it should<br>   point to the directory that contains SCIP.<br><br>3. Compile the MIPSolver example project:<br>   In the main directory MIPSolver, enter "make OPT=<...> LPS=<...> COMP=<...>"<br>   with the following options:<br>   - "OPT=opt"       to use optimized compilation mode (default)<br>   - "OPT=dbg"       to use debug compilation mode<br>   - "OPT=prf"       to use performance analysis compilation mode<br>   - "LPS=spx"         to use SOPLEX Version >= 1.4.0 as LP solver (default)<br>   - "LPS=spx132"      to use SOPLEX Version 1.3.2 as LP solver<br>   - "LPS=cpx"         to use CPLEX as LP solver<br>   - "LPS=xprs"        to use XPRESS as LP solver<br>   - "LPS=msk"         to use MOSEK as LP solver<br>   - "LPS=clp"         to use CLP as LP solver<br>   - "COMP=gnu"      to use GNU c/c++ compiler (default)<br>   - other compilers are available (see make/ directory)<br><br>4. To run the program enter "bin/scipmip.$(OSTYPE).$(ARCH).$(COMP).$(OPT).$(LPS)"<br>   (e.g. "bin/scipmip.linux.x86.gnu.opt.spx") or "bin/scipmip" which is a link<br>   to last compiled version<br><br>5. To generate the documentation, you need to have doxygen installed, and<br>   enter "make doc"<br><br>On some machines, you should use gmake instead of make.<br></span></font><br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>2015-05-27 1:34 GMT+00:00 usa usa <span dir="ltr"><<a href="mailto:usact2012@gmail.com" target="_blank">usact2012@gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div><span><div><div>Hi, <br><br>In order to figure out how to call SCIP API from C++, by following the example here:<br><br>     <a href="http://listserv.zib.de/pipermail/scip/2010-March/000352.html" target="_blank">http://listserv.zib.de/pipermail/scip/2010-March/000352.html</a><br><br></div>I tried to compile some example codes in <br><br>     scip-3.1.1/examples/Queens<br><br></div>But, I got: <br><br>   $ make all<br>    -> linking bin/queens.cygwin.x86.gnu.opt.spx<br>   <br>   </span><b> ../../lib/libsoplex.cygwin.x86.gnu.opt.a: file not recognized: File format not recognized<span><span><br>     collect2: error: ld returned 1 exit status</span></span></b><br><span><br>     Makefile:109: recipe for target 'bin/queens.cygwin.x86.gnu.opt.spx' failed<br>     make: *** [bin/queens.cygwin.x86.gnu.opt.spx] Error 1<br><br></span></div><span>I do not understand why I got this error for <br><br>    <b>libsoplex.cygwin.x86.gnu.opt.a: file not recognized</b><div><br></div><div>I have compiled SCIP (see the welcome message in a shell) successfully. <br><br></div>Why the c++ code  in examples/ folder are not compiled together with SCIP at the same time when I built it.</span></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Tue, May 26, 2015 at 4:51 PM, Soukaina Sema <span dir="ltr"><<a href="mailto:soukaina.sema@gmail.com" target="_blank">soukaina.sema@gmail.com</a>></span> wrote:<br></span><div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hello,<br></div>Since you are using the cygwin 32bit<span style="font-size:9pt;font-family:"Lucida Console"">,and </span> from the very start, you should:<br><br> First install these package bison, flex, pcre, gcc, g++, gcc-fortan, readline (Find them using search bar in cygwin).<br><br>2. In cygwin/usr/include make sure you have these files:  float.h; gmp.h;ia32intrin.h;immintrin.h;stdarg.h;stddef.h; x86intrin.h;   ( In case you don't have them i can send it to you ).<br><br>3. In cygwin/lib make sure as well you have :libgmp.a;<a href="http://libgmp.la" target="_blank">libgmp.la</a>;<br><br>4. go to zimpl folder of scpisuite and issue make command<br><br>5. go to scipsuite and issue make command<br><br>6. go to scpi/bin folder and run ./scip everything must work and you must see welcome message<br><br></div>PS:  During the <span lang="en"><span>compiling process you must see lots of warning but if you have error compilation process stops, so no worries. ^_ * and after that you can use scip as interactive shell  by writing you model code in zimpl language through lp-solver and then upload as model file  in scip.<br></span></span><span lang="en"><span><span style="font-size:9pt;font-family:"Lucida Console""><br></span><br></span></span></div><div><span lang="en"><span>About your last  post : </span></span><span style="font-size:9pt;font-family:"Lucida Console""><b>I need to call SCIP libs from C# in Visual Studio 2013....<br><br></b></span><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span lang="en"><span>I do as well need  to figure out how, but i'm still in the dark side as well, i hope to find how soon .</span></span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><br><span lang="en"><span></span></span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span lang="en"><span>Best of luck<br></span></span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span lang="en"><span></span></span><span style="font-size:9pt;font-family:"Lucida Console""><b></b><br></span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><br></p></div><span lang="en"><span></span></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-26 17:19 GMT+00:00 usa usa <span dir="ltr"><<a href="mailto:usact2012@gmail.com" target="_blank">usact2012@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi, <br><h3><span name="Ambros Gleixner"></span></h3><h3><span name="Ambros Gleixner"><span style="font-weight:normal">Soukaina, thanks for your notes. And, Ambros, thanks for your advice. </span><br></span></h3><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">I ran “make <span> </span>READLINE=false<span>  </span>GMP=false<span> 
</span>ZLIB=false”<span>  </span>and got <br><br>                                 "build complete".<br><br>It should work now.<br><br></span></div><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">Then, I ran <br></span></div><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">                                 "make test"<br></span><div><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></div><div><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">I do not find errors. <br><br></span></div><div><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">But, I got some other issues: <br><br></span></div><div><div>

<p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">1. <br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><b>Although I
can build SCIP in cygwin32 now, there are some warnings: </b><br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></p>

<p class="MsoNormal" style="text-indent:0.5in"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">sct/rational.h:120:34 wwarning explicit conversion
operatiors only available with -std=c++11 or -std=gnu++11</span></p>

<p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><span>            </span>explict operator double() const;</span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></p>

<p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">I still
got the warning even though I have added </span></p>

<p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><span><br></span></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><span>                        </span>FLAGS<span>                       </span>+=<span>        </span>-I$(LIBDIR)/cpxinc <span>   </span>-std=gnu++11</span></p>

<p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">in the
makefile at /scipoptsuite-3.1.1/scip-3.1.1</span></p>

<p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></p><p class="MsoNormal"><b><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">2.</span></b></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">Also, I
have disabled GMP, ZLIB and READLINE. Will these affect the solution qualities
or the convenience of using SCIP libraries? <span> </span><span> <br></span></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><span><br></span></span></p>

<p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><b>3. </b><br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">When I ran
“make READLINE=false<span>  </span>GMP=false<span>  </span>ZLIB=false” in <br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">                              /scipoptsuite-3.1.1/scip-3.1.1  (not top level folder) <br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><b>I got error: </b><br></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></p><span style="font-size:9pt;font-family:"Lucida Console"">$
make GMP=false ZLIB=false READLINE=false</span>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">->
compiling obj/O.cygwin.x86.gnu.opt/lib/scip/cons_countsols.o</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">cc1:
warning: lib/spxinc: not a directory</span></p><span style="font-size:9pt;font-family:"Lucida Console""></span><span style="font-size:9pt;font-family:"Lucida Console"">->
compiling obj/O.cygwin.x86.gnu.opt/lib/scip/reader_zpl.o</span>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">cc1:
warning: lib/spxinc: not a directory</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">->
compiling obj/O.cygwin.x86.gnu.opt/lib/scip/dialog.o</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">cc1:
warning: lib/spxinc: not a directory</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">src/scip/dialog.c:29:1:
warning: C++ style comments are not allowed in ISO C90</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span> </span>//#include <readline/readline.h></span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span> </span>^</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">src/scip/dialog.c:29:1:
warning: (this will be reported only once per input file)</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">->
compiling obj/O.cygwin.x86.gnu.opt/lib/scip/fileio.o</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">cc1:
warning: lib/spxinc: not a directory</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">->
compiling obj/O.cygwin.x86.gnu.opt/lib/scip/misc.o</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">cc1:
warning: lib/spxinc: not a directory</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">->
compiling obj/O.cygwin.x86.gnu.opt/lib/scip/scip.o</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">cc1:
warning: lib/spxinc: not a directory</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">src/scip/scip.c:
In function ‘SCIPparseVarsPolynomial’:</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">src/scip/scip.c:14805:10:
warning: array subscript has type ‘char’ [-Wchar-subscripts]</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span>          </span>if( *str == '-' || *str == '+' ||
isdigit(*str) )</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span>          </span>^</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">src/scip/scip.c:14825:10:
warning: array subscript has type ‘char’ [-Wchar-subscripts]</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span>          </span>if( *str == '-' || *str == '+' ||
isdigit(*str) )</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span>          </span>^</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">src/scip/scip.c:14839:10:
warning: array subscript has type ‘char’ [-Wchar-subscripts]</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span>          </span>if( *str == '+' &&
!isdigit(str[1]) )</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span>          </span>^</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">src/scip/scip.c:14845:10:
warning: array subscript has type ‘char’ [-Wchar-subscripts]</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span>          </span>else if( *str == '-' &&
!isdigit(str[1]) )</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><span>          </span>^</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">->
compiling obj/O.cygwin.x86.gnu.opt/lib/xml/xmlparse.o</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">cc1:
warning: lib/spxinc: not a directory</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">->
generating library lib/libscip-3.1.1.cygwin.x86.gnu.opt.a</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">->
generating library lib/libnlpi.cppad-3.1.1.cygwin.x86.gnu.opt.a</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><b><span style="font-size:9pt;font-family:"Lucida Console"">ar: unable to rename
'lib/libnlpi.cppad-3.1.1.cygwin.x86.gnu.opt.a'; reason: Invalid cross-device
link</span></b></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">Makefile:924:
recipe for target 'lib/libnlpi.cppad-3.1.1.cygwin.x86.gnu.opt.a' failed</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">make[1]:
*** [lib/libnlpi.cppad-3.1.1.cygwin.x86.gnu.opt.a] Error 1</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">Makefile:576:
recipe for target 'libs' failed</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">make:
*** [libs] Error 2</span></p>

<p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><br></span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><b>I need to call SCIP libs from C# in Visual Studio 2013, </b>so I would like to build and run the example codes in <br></span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><br><span style="font-size:9pt;font-family:"Lucida Console""> </span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">                scipoptsuite-3.1.1/scip-3.1.1/examples</span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><br></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal">So that I can figure out how to call the SCIP lib, read model from mps, solve models and collect results. <br></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><br></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""></span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""></span></p><p class="MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console""><br></span></p>

<p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">How can I
build examples and docs in the subfolder of /scip-3.1.1 ? Or, If I built successfully
in the top folder of “scipoptsuite-3.1.1/”, I am not allowed build in the subfolder ? <br></span></p><p class="MsoNormal"><br><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""></span></p><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">Sorry for the long questions. I am new to SCIP. <br></span></p><span><p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif""><br></span></p>

<p class="MsoNormal"><span style="font-size:12pt;line-height:115%;font-family:"Times New Roman","serif"">Any help
would be appreciated. </span></p>

<br><br></span></div><div>Thanks !<br><br></div></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 26, 2015 at 11:34 AM, Ambros Gleixner <span dir="ltr"><<a href="mailto:gleixner@zib.de" target="_blank">gleixner@zib.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
the content of your make.lastsettings looks strange.  Try to delete the<br>
file (in the "obj" subfolders) manually.  If that does not help, try<br>
deleting the line<br>
<br>
-include $(LASTSETTINGS)<br>
<br>
in the Makefile.<br>
<br>
Ambros<br>
<span><br>
<br>
Am 24.05.2015 um 23:55 schrieb usa usa:<br>
> Hi,<br>
><br>
</span><div><div>> I am trying to recompile the SCIP.<br>
><br>
> I want to clean it before building it.<br>
><br>
> But, when I ran :<br>
><br>
>      make clean<br>
><br>
> in top folder of SCIP\scipoptsuite-3.1.1<br>
><br>
> I got error:<br>
><br>
>       > /cygdrive/e/SCIP/scipoptsuite-3.1.1<br>
>       $ make clean<br>
><br>
>        make[1]: Entering directory<br>
> '/cygdrive/e/SCIP/scipoptsuite-3.1.1/scip-3.1.1'<br>
><br>
>        obj/O.cygwin.x86_64.gnu.opt/make.lastsettings:1: *** missing<br>
> separator.  Stop.<br>
><br>
>         make[1]: Leaving directory<br>
> '/cygdrive/e/SCIP/scipoptsuite-3.1.1/scip-3.1.1'<br>
><br>
>         Makefile:62: recipe for target 'clean' failed<br>
><br>
>         make: *** [clean] Error 2<br>
><br>
> It seems that clean command missed a tab. But, I cannot find where the<br>
> tab is missing.<br>
><br>
> in the Makeifle of SCIP\scipoptsuite-3.1.1, it has:<br>
><br>
>      clean:<br>
>             @$(MAKE) -C $(SCIPDIR) clean   // 2 tabs here in front of<br>
> the command<br>
>             @$(MAKE) -C $(SOPLEXDIR) clean OPT=$(LPSOPT)  // 2 tabs here<br>
> in front of the command<br>
><br>
><br>
> In Makefile of SCIP\scipoptsuite-3.1.1\scip-3.1.1, I have :<br>
><br>
>     clean:          cleanlib cleanbin | $(LIBOBJSUBDIRS) $(LIBOBJDIR)<br>
> $(BINOBJDIR) $(OBJDIR)<br>
><br>
><br>
> I changed it to<br>
><br>
>     clean:<br>
>         cleanlib cleanbin | $(LIBOBJSUBDIRS) $(LIBOBJDIR) $(BINOBJDIR)<br>
> $(OBJDIR)<br>
><br>
> But, same error.<br>
><br>
> Any help would be appreciated,<br>
><br>
><br>
> On Thu, May 21, 2015 at 1:10 PM, Ambros Gleixner <<a href="mailto:gleixner@zib.de" target="_blank">gleixner@zib.de</a><br>
</div></div><div><div>> <mailto:<a href="mailto:gleixner@zib.de" target="_blank">gleixner@zib.de</a>>> wrote:<br>
><br>
>     Hi,<br>
><br>
>     Do you need GMP for using Zimpl or for solving LPs exactly?  If not,<br>
>     try the make option GMP=false in SoPlex and SCIP.<br>
><br>
>     Ambros<br>
><br>
><br>
><br>
>     Am 21.05.2015 um 19:06 schrieb usa usa:<br>
><br>
>         Hi,<br>
><br>
>         I got a compile error:<br>
><br>
>         ----------------------------------------------------<br>
>         -> generating library lib/libsoplex-2.0.1.cygwin.x86_64.gnu.opt.a<br>
><br>
>         make[3]: Leaving directory<br>
>         '/cygdrive/e/SCIP/scipoptsuite-3.1.1/soplex-2.0.1'<br>
>         make[3]: Entering directory<br>
>         '/cygdrive/e/SCIP/scipoptsuite-3.1.1/soplex-2.0.1'<br>
>         -> compiling obj/O.cygwin.x86_64.gnu.opt/bin/soplexmain.o<br>
><br>
>         In file included from src/basevectors.h:24:0,<br>
>                           from src/soplex.h:28,<br>
>                           from src/soplexmain.cpp:29<br>
>         :<br>
>         src/rational.h:120:34: warning: explicit conversion operators only<br>
>         available with -std=c++11 or -std=gnu++11<br>
>                 explicit operator double() const;<br>
>                                            ^<br>
>         src/rational.h:123:39: warning: explicit conversion operators only<br>
>         available with -std=c++11 or -std=gnu++11<br>
>                 explicit operator long double() const;<br>
>                                                 ^<br>
>         -> linking bin/soplex-2.0.1.cygwin.x86_64.gnu.opt<br>
>         /usr/lib/gcc/x86_64-pc-cygwin/4.9.2/../../../../x86_64-pc-cygwin/bin/ld:<br>
>         skipping incompatible /cygdrive/e/GMP/install/lib/libgmp.a when<br>
>         searching for -lgmp<br>
><br>
>         /usr/lib/gcc/x86_64-pc-cygwin/4.9.2/../../../../x86_64-pc-cygwin/bin/ld:<br>
>         skipping incompatible /cygdrive/e/GMP/install/lib/libgmp.a when<br>
>         searching for -lgmp<br>
><br>
>         /usr/lib/gcc/x86_64-pc-cygwin/4.9.2/../../../../x86_64-pc-cygwin/bin/ld:<br>
>         skipping incompatible /cygdrive/e/GMP/install/lib/libgmp.a when<br>
>         searching for -lgmp<br>
><br>
>         /usr/lib/gcc/x86_64-pc-cygwin/4.9.2/../../../../x86_64-pc-cygwin/bin/ld:<br>
>         cannot find -lgmp<br>
>         collect2: error: ld returned 1 exit status<br>
><br>
>         --------------------------------------------------<br>
><br>
>         the gmp version is 6.0.0, I got it from<br>
><br>
>         <a href="https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2" target="_blank">https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2</a><br>
><br>
>         on<br>
><br>
>         <a href="https://gmplib.org/" target="_blank">https://gmplib.org/</a><br>
><br>
><br>
>         Any help would be appreciated.<br>
><br>
>         thanks<br>
><br>
><br>
><br>
>         On Thu, May 21, 2015 at 11:14 AM, Matthias Miltenberger<br>
>         <<a href="mailto:miltenberger@zib.de" target="_blank">miltenberger@zib.de</a> <mailto:<a href="mailto:miltenberger@zib.de" target="_blank">miltenberger@zib.de</a>><br>
</div></div><span>>         <mailto:<a href="mailto:miltenberger@zib.de" target="_blank">miltenberger@zib.de</a> <mailto:<a href="mailto:miltenberger@zib.de" target="_blank">miltenberger@zib.de</a>>>> wrote:<br>
><br>
>             You have been asking this question before:<br>
>             <a href="http://listserv.zib.de/pipermail/scip/2015-April/002391.html" target="_blank">http://listserv.zib.de/pipermail/scip/2015-April/002391.html</a><br>
><br>
>             Was the suggested solution not working?<br>
><br>
>             all the best<br>
>             Matthias<br>
><br>
><br>
</span><div><div>>             On <a href="tel:21.05.2015%2017" value="+12105201517" target="_blank">21.05.2015 17</a> <tel:21.05.2015%2017>:03, usa usa wrote:<br>
><br>
>                 Hi,<br>
><br>
>                 I have downloaded SCIP source code from<br>
><br>
>                 <a href="http://scip.zib.de/download.php?fname=scipoptsuite-3.1.1.tgz" target="_blank">http://scip.zib.de/download.php?fname=scipoptsuite-3.1.1.tgz</a><br>
><br>
>                 I followed the instructions in INSTALL file.<br>
><br>
>                 But, when I ran<br>
><br>
>                    make<br>
><br>
>                 in Cygwin 64-bits on win7,<br>
><br>
>                 I got error:<br>
><br>
>                     $ make<br>
><br>
>                 make[1]: Entering directory<br>
>             '/cygdrive/e/SCIP/scipoptsuite-3.1.1'<br>
>                 ** Creating directory<br>
>                 "/cygdrive/e//SCIP/scipoptsuite-3.1.1/scip-3.1.1/lib".<br>
>                 ** Creating directory<br>
><br>
>             "/cygdrive/e/SCIP/scipoptsuite-3.1.1/scip-3.1.1/lib/zimplinc".<br>
><br>
>                 ** Building SoPlex library<br>
><br>
>             "/cygdrive/e//SCIP/scipoptsuite-3.1.1/soplex-2.0.1/lib/libsoplex.cygwin.x86_64.gnu.opt.a".<br>
><br>
>                 make[2]: Entering directory<br>
>                 '/cygdrive/e//SCIP/scipoptsuite-3.1.1/soplex-2.0.1'<br>
>                 Makefile:266: make/make.cygwin.x86_64.gnu.opt: No such<br>
>             file or<br>
>                 directory<br>
><br>
>                 make[2]: *** No rule to make target<br>
>                 'make/make.cygwin.x86_64.gnu.opt'.  Stop.<br>
><br>
>                 make[2]: Leaving directory<br>
>                 '/cygdrive/e//SCIP/scipoptsuite-3.1.1/soplex-2.0.1'<br>
><br>
>                 Makefile.doit:137: recipe for target<br>
><br>
>             '/cygdrive/e//SCIP/scipoptsuite-3.1.1/soplex-2.0.1/lib/libsoplex.cygwin.x86_64.gnu.opt.a'<br>
>                 failed<br>
><br>
>                 make[1]: ***<br>
><br>
>             [/cygdrive/e/SCIP/scipoptsuite-3.1.1/soplex-2.0.1/lib/libsoplex.cygwin.x86_64.gnu.opt.a]<br>
>                 Error 2<br>
><br>
>                 make[1]: Leaving directory<br>
>             '/cygdrive/e//SCIP/scipoptsuite-3.1.1'<br>
><br>
>                 Makefile:85: recipe for target 'scipbinary' failed<br>
><br>
>                 make: *** [scipbinary] Error 2<br>
><br>
>                 How to build SCIP on win 7 ?<br>
><br>
>                 Any help would be appreciated.<br>
><br>
>                 Thanks<br>
><br>
><br>
><br>
><br>
><br>
>                 _______________________________________________<br>
>                 Scip mailing list<br>
</div></div>>                 <a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a> <mailto:<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a>>  <mailto:<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a><br>
<span>>             <mailto:<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a>>><br>
>                 <a href="http://listserv.zib.de/mailman/listinfo/scip" target="_blank">http://listserv.zib.de/mailman/listinfo/scip</a><br>
><br>
><br>
>             --<br>
>             \__________________<br>
><br>
>             Matthias Miltenberger<br>
>             Zuse Institute Berlin<br>
>             Takustr. 7, 14195 Berlin<br>
>             <a href="http://www.zib.de/miltenberger" target="_blank">www.zib.de/miltenberger</a> <<a href="http://www.zib.de/miltenberger" target="_blank">http://www.zib.de/miltenberger</a>><br>
>         <<a href="http://www.zib.de/miltenberger" target="_blank">http://www.zib.de/miltenberger</a>><br>
>             <a href="mailto:miltenberger@zib.de" target="_blank">miltenberger@zib.de</a> <mailto:<a href="mailto:miltenberger@zib.de" target="_blank">miltenberger@zib.de</a>><br>
</span>>         <mailto:<a href="mailto:miltenberger@zib.de" target="_blank">miltenberger@zib.de</a> <mailto:<a href="mailto:miltenberger@zib.de" target="_blank">miltenberger@zib.de</a>>><br>
<span>>             <a href="tel:%2B49%20%2830%29%20841%2085-245" value="+493084185245" target="_blank">+49 (30) 841 85-245</a> <tel:%2B49%20%2830%29%20841%2085-245><br>
>         <tel:%2B49%20%2830%29%20841%2085-245><br>
><br>
><br>
><br>
><br>
>         _______________________________________________<br>
>         Scip mailing list<br>
</span>>         <a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a> <mailto:<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a>><br>
>         <a href="http://listserv.zib.de/mailman/listinfo/scip" target="_blank">http://listserv.zib.de/mailman/listinfo/scip</a><br>
><br>
><br>
>     --<br>
<div><div>>     ______________________________________________________________<br>
>     Ambros M. Gleixner<br>
>     Zuse Institute Berlin - TU Berlin - Berlin Mathematical School<br>
>     <a href="http://www.zib.de/gleixner" target="_blank">http://www.zib.de/gleixner</a><br>
><br>
><br>
<br>
--<br>
______________________________________________________________<br>
Ambros M. Gleixner<br>
Zuse Institute Berlin - TU Berlin - Berlin Mathematical School<br>
<a href="http://www.zib.de/gleixner" target="_blank">http://www.zib.de/gleixner</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div></div></div><br></div>
<br>_______________________________________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a><br>
</div></div><a href="http://listserv.zib.de/mailman/listinfo/scip" target="_blank">http://listserv.zib.de/mailman/listinfo/scip</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div></div></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>