<div dir="ltr">Thanks, after all your suggestions I made it work. Using Mumps now but expecting a reply from Ma27 (HSL)  people so I can download their source code.<div><br></div><div>Best regards and thank you very much,</div>
<div>Cristiano</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 30, 2013 at 6:23 PM, Hans Mittelmann <span dir="ltr"><<a href="mailto:mittelmann@asu.edu" target="_blank">mittelmann@asu.edu</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>What all did you make in IPOPT? I always make HSL and Metis (and ASL). My SCIP/lib dir has<br>libnlpi.cppad.ipopt-3.0.1.linux.x86_64.gnu.opt.a<br>
libnlpi.cppad.ipopt.a<br>libnlpi.cppad.ipopt.linux.x86_64.gnu.opt.a<br>
</div>the second and third are symbolic links.<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 September 2013 09:49, Cristiano Arbex <span dir="ltr"><<a href="mailto:crisarbex@gmail.com" target="_blank">crisarbex@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>Thanks and sorry for the annoyance. </div><div><br></div><div>I found out why I was not asked for the links. I was compiling the whole scipoptsuite, containing everything. Then the warning message saying I should enter the ipopt folder appeared but I was never prompted to enter it, it just went through until the mistake happened. <br>


</div><div><br></div><div>Then I started from scratch and recompiled each package separately: zimpl, soplex and then scip. When compiling scip I was prompted to enter the folder for all three: zimpl, soplex and ipopt, and it successfully compiled.<div>


<br></div><div>Then I tried to solve my instance and IPOPT complained that Lapack was not included. I recompiled IPOPT by including Lapack (going to ThirdParty/Lapack and running script get.Lapack on IPOPT). Then I recompiled scip again. Now when I try to solve my instance I get:</div>


<div><br></div><div>---------------------</div><div><div>Presolving Time: 4.21</div><div><br></div><div> time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   </div>


<div>  6.5s|     1 |     0 |  1111 |     - |  21M|   0 |   6 |4268 |3217 |4268 |3196 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf </div><div>Exception of type: OPTION_INVALID in file "../../../../Ipopt/src/Algorithm/IpAlgBuilder.cpp" at line 321:</div>


<div>[src/nlpi/nlpi_ipopt.cpp:1091] ERROR: Ipopt returned with application return status -12</div><div>---------------------</div><div><br></div><div>Thank you for all your help and please if anyone has any ideas how to handle this I would be very grateful.</div>


<div><br></div><div>Best regards,</div><div>Cristiano</div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 30, 2013 at 4:52 PM, Stefan Vigerske <span dir="ltr"><<a href="mailto:stefan@math.hu-berlin.de" target="_blank">stefan@math.hu-berlin.de</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
the SCIP makesystem should ask you for the link. Try running<br>
<br>
 make IPOPT=true links<br>
<br>
or just go into the scip/lib directory and do<br>
<br>
   ln -s <ipoptbuilddir> ipopt.linux.x86_64.gnu.opt<br>
<br>
Stefan<div><div><br>
<br>
On 09/30/2013 05:40 PM, Cristiano Arbex wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div>
Hi, thanls Ambros and Hans for the reply.<br>
<br>
I installed and compiled IPOPT. I am not being able to install SCIP with<br>
IPOPT, I tried to reinstall scip like you said:<br>
<br>
make IPOPT=true<br>
<br>
But I don't know where do I provide the link to IPOPT libraries. I get the<br>
error:<br>
<br>
src/nlpi/nlpi_ipopt.cpp:45:25: fatal error: IpoptConfig.h: No such file or<br>
directory<br>
compilation terminated.<br>
make[2]: *** [obj/O.linux.x86_64.gnu.opt/<u></u>lib/nlpi/nlpi_ipopt.o] Error 1<br>
<br>
Do you know how to proceed?<br>
<br>
Thank you very much and sorry if this is stupid,<br>
Cristiano<br>
<br>
<br>
<br>
On Mon, Sep 30, 2013 at 4:01 PM, Ambros Gleixner <<a href="mailto:gleixner@zib.de" target="_blank">gleixner@zib.de</a>> wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div>
Hi Cristiano,<br>
<br>
exactly, your installation seems to miss Ipopt.  You have to use "make<br>
IPOPT=true" when compiling SCIP and provide the link to the build directory<br>
of your Ipopt installation.<br>
<br>
Best regards,<br>
<br>
Ambros<br>
<br>
<br>
<br>
Am 30.09.2013 16:55, schrieb Cristiano Arbex:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div>
Hi again,<br>
<br>
I've been using the NEOS server to test SCIP and I've been impressed<br>
with its speed. I tried solving 36 nonlinear instances and the largest<br>
one can be downloaded here:<br>
<br>
</div></div><a href="https://docs.google.com/file/**d/**0B4Rt5z2PACNndUZUc184dVBxQVU/**" target="_blank">https://docs.google.com/file/*<u></u>*d/**<u></u>0B4Rt5z2PACNndUZUc184dVBxQVU/*<u></u>*</a><br>
edit?usp=sharing<<a href="https://docs.google.com/file/d/0B4Rt5z2PACNndUZUc184dVBxQVU/edit?usp=sharing" target="_blank">https://docs.<u></u>google.com/file/d/<u></u>0B4Rt5z2PACNndUZUc184dVBxQVU/<u></u>edit?usp=sharing</a>><div>



<div><br>
<br>
It takes NEOS SCIP 6 seconds to solve it. I am using the same scip.set<br>
parameters file that can be found on NEOS. I installed the SCIP<br>
optimization suite following the steps in the link provided in the first<br>
message of this thread.<br>
<br>
I know my PC is slower than the NEOS server but SCIP on my PC has been<br>
solving the same instance for 1200s. In the output file I get this<br>
message:<br>
<br>
--------------<br>
Presolving Time: 4.20<br>
Quadratic constraint handler does not have LAPACK for eigenvalue<br>
computation. Will assume that matrices (with size > 2x2) are indefinite.<br>
<br>
   time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons<br>
|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap<br>
    6.5s|     1 |     0 |  1111 |     - |  21M|   0 |   6 |4268 |3217<br>
|4268 |3196 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf<br>
    6.7s|     1 |     0 |  1563 |     - |  21M|   0 |   6 |4268 |3217<br>
|4268 |3196 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf<br>
    6.8s|     1 |     0 |  1575 |     - |  21M|   0 |   6 |4268 |3217<br>
|4268 |3207 |  11 |  15 |   0 | 0.000000e+00 |      --      |    Inf<br>
--------------<br>
<br>
While NEOS output file looks like this:<br>
<br>
--------------<br>
<br>
Presolving Time: 2.54<br>
<br>
   time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons<br>
|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap<br>
    3.8s|     1 |     0 |  1060 |     - |  21M|   0 |   6 |4268 |3217<br>
|4268 |3196 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf<br>
<br>
******************************<u></u>******************************<u></u>****<br>
******************<br>
This program contains Ipopt, a library for large-scale nonlinear<br>
optimization.<br>
   Ipopt is released as open source code under the Eclipse Public License<br>
(EPL).<br></div></div>
           For more information visithttp://projects.coin-or.*<u></u>*org/Ipopt<<a href="http://projects.coin-or.org/Ipopt" target="_blank">http://projects.<u></u>coin-or.org/Ipopt</a>><br>
<br>
******************************<u></u>******************************<u></u>****<div><br>
******************<br>
<br>
q 6.2s|     1 |     0 |  1138 |     - |  21M|   0 |   - |4268 |3217 |4268<br>
|3196 |   0 |  15 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%<br>
    6.2s|     1 |     0 |  1138 |     - |  21M|   0 |   - |4268 |3217<br>
|4268 |3196 |   0 |  15 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%<br>
<br>
--------------<br>
<br>
Do you know why I cannot reproduce such results? Might I be missing<br>
something, like the IPOPT nonlinear solver?<br>
<br>
Thank you very much,<br>
Cristiano<br>
<br>
<br>
<br>
<br>
On Sat, Sep 28, 2013 at 4:30 PM, Cristiano Arbex <<a href="mailto:crisarbex@gmail.com" target="_blank">crisarbex@gmail.com</a><br>
<mailto:<a href="mailto:crisarbex@gmail.com" target="_blank">crisarbex@gmail.com</a>>> wrote:<br>
<br>
     Thank you very much, Stefan, that was very helpful.<br>
<br>
<br>
     On Sat, Sep 28, 2013 at 2:06 PM, Stefan Vigerske<br></div>
     <<a href="mailto:stefan@math.hu-berlin.de" target="_blank">stefan@math.hu-berlin.de</a> <mailto:<a href="mailto:stefan@math.hu-berlin." target="_blank">stefan@math.hu-berlin.</a><u></u>**de<<a href="mailto:stefan@math.hu-berlin.de" target="_blank">stefan@math.hu-berlin.de</a>><u></u>>><div>



<br>
wrote:<br>
<br>
         Hi,<br>
<br>
         what is not supported so far is to set SCIP options via the AMPL<br>
         script language.<br>
         However, AMPL/SCIP reads by default SCIP options from the file<br>
         scip.set, if present.<br>
<br>
         Alternatively, one can specify a SCIP settings file as argument<br>
         to the AMPL/SCIP binary. However, that would require to write<br>
         out the AMPL model as .nl file first and to run the binary<br>
         explicitly, e.g.,<br>
            ./bin/scipampl <a href="http://foo.nl" target="_blank">foo.nl</a> <<a href="http://foo.nl" target="_blank">http://foo.nl</a>> myoptions.set<br>
<br>
<br>
         Btw, adding "-i" to the command line arguments gives you the<br>
         SCIP interactive shell.<br>
<br>
         Hope that helps,<br>
         Stefan<br>
<br>
<br>
<br>
         On 09/28/2013 01:55 PM, Cristiano Arbex wrote:<br>
<br>
             I am trying to use SCIP with its interface to AMPL, which I<br>
             installed on<br>
             Linux via this following tutorial:<br>
<br></div>
             <a href="http://zverovich.net/2012/08/_**_07/using-scip-with-ampl.html" target="_blank">http://zverovich.net/2012/08/_<u></u>**_07/using-scip-with-ampl.<u></u>html</a><<a href="http://zverovich.net/2012/08/__07/using-scip-with-ampl.html" target="_blank">http://zverovich.net/<u></u>2012/08/__07/using-scip-with-<u></u>ampl.html</a>><br>




<br>
             <<a href="http://zverovich.net/2012/08/**07/using-scip-with-ampl.html" target="_blank">http://zverovich.net/2012/08/<u></u>**07/using-scip-with-ampl.html</a><u></u><<a href="http://zverovich.net/2012/08/07/using-scip-with-ampl.html" target="_blank">http://zverovich.net/2012/08/<u></u>07/using-scip-with-ampl.html</a>><div>



<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
</blockquote>
<br>
<br>
             In the tutorial it is said that no SCIP options are<br>
             currently supported. Do<br>
             you know if there is a way to use options with AMPL or if<br>
             there is an<br>
             alternate way to do this, for example, by presenting an<br>
             options file?<br>
<br>
             Thank you very much,<br>
             Cristiano<br>
<br>
<br>
<br></div>
             ______________________________<u></u>**___________________<div><br>
             Scip mailing list<br>
             <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></div>
             <a href="http://listserv.zib.de/__**mailman/listinfo/scip" target="_blank">http://listserv.zib.de/__**<u></u>mailman/listinfo/scip</a><<a href="http://listserv.zib.de/__mailman/listinfo/scip" target="_blank">http://<u></u>listserv.zib.de/__mailman/<u></u>listinfo/scip</a>><br>




             <<a href="http://listserv.zib.de/**mailman/listinfo/scip" target="_blank">http://listserv.zib.de/**<u></u>mailman/listinfo/scip</a><<a href="http://listserv.zib.de/mailman/listinfo/scip" target="_blank">http://<u></u>listserv.zib.de/mailman/<u></u>listinfo/scip</a>><br>




<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
</blockquote>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
______________________________<u></u>**_________________<br>
Scip mailing list<br>
<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/**<u></u>mailman/listinfo/scip</a><<a href="http://listserv.zib.de/mailman/listinfo/scip" target="_blank">http://<u></u>listserv.zib.de/mailman/<u></u>listinfo/scip</a>><br>




<br>
<br>
</blockquote>
--<br>
______________________________<u></u>**____________________________<u></u>__<div><br>
Ambros M. Gleixner<br>
Zuse Institute Berlin - Matheon - Berlin Mathematical School<br>
<a href="http://www.zib.de/gleixner" target="_blank">http://www.zib.de/gleixner</a><br>
<br></div>
______________________________<u></u>**_________________<br>
Scip mailing list<br>
<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/**<u></u>mailman/listinfo/scip</a><<a href="http://listserv.zib.de/mailman/listinfo/scip" target="_blank">http://<u></u>listserv.zib.de/mailman/<u></u>listinfo/scip</a>><br>




<br>
</blockquote><div>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Scip mailing list<br>
<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/<u></u>mailman/listinfo/scip</a><br>
<br>
</div></blockquote>
<br>
</blockquote></div><br></div></div></div></div></div>
<br>_______________________________________________<br>
Scip mailing list<br>
<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></blockquote></div><br></div>
</div></div></blockquote></div><br></div>