<div dir="ltr"><div>To add to what Tony said, you can avoid installing SCIP with the configure option &quot;--without-scip&quot;. While SCIP is not necessary for the correct functioning of Couenne, it is used in its Feasibility pump heuristic.<br>
<br></div>Pietro<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 15, 2014 at 10:44 PM, Tony Kelman <span dir="ltr">&lt;<a href="mailto:kelman@berkeley.edu" target="_blank">kelman@berkeley.edu</a>&gt;</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 dir="ltr">
<div style="font-size:12pt;font-family:&#39;Calibri&#39;">
<div>All I see there are warnings. Can you capture all of the output of make to 
a log file (`make &gt; make.log 2&gt;&amp;1`) and post that somewhere like 
<a href="http://gist.github.com" target="_blank">gist.github.com</a> or similar?</div>
<div> </div>
<div>Whatever this error is, it’s in SCIP which I have very little experience 
using. Do you absolutely need SCIP? It probably needs some fixes to get working 
on Windows.</div>
<div> </div>
<div> </div>
<div style="font-style:normal;font-size:small;display:inline;font-family:&quot;Calibri&quot;;text-decoration:none;font-weight:normal">
<div style="FONT:10pt tahoma">
<div> </div>
<div style="BACKGROUND:#f5f5f5">
<div><b>From:</b> <a title="bakhtvar@gmail.com" href="mailto:bakhtvar@gmail.com" target="_blank">Mostafa.B</a> </div>
<div><b>Sent:</b> Tuesday, April 15, 2014 2:26 PM</div>
<div><b>To:</b> <a title="kelman@berkeley.edu" href="mailto:kelman@berkeley.edu" target="_blank">Tony Kelman</a> ; <a title="couenne@list.coin-or.org" href="mailto:couenne@list.coin-or.org" target="_blank">couenne@list.coin-or.org</a> </div>

<div><b>Subject:</b> Re: [Couenne] Trunk Password, Binary and 
Installation.</div></div></div>
<div> </div></div><div><div class="h5">
<div style="font-style:normal;font-size:small;display:inline;font-family:&quot;Calibri&quot;;text-decoration:none;font-weight:normal">
<div dir="ltr">
<div>OK summary of what I did:</div>
<div> </div>
<div>1. Downloaded Couenne Trunk</div>
<div>2. Downloaded Thirdparty: SCIP, COINHSL and SOPLEX from corresponding 
websites and METIS, MUMPS, LAPACK, BLAS and ASL through wget.</div>
<div>3. configure -C</div>
<div>4. make </div>
<div> </div>
<div>and below is the error I got. Any help is appreciated.</div>
<div> </div>
<div>Regards,</div>
<div> </div>
<div>Mosy</div>
<div> </div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/tan_op.hpp:168:5: warning: 
convers</div>
<div>ion to &#39;double&#39; from &#39;size_t {aka long long unsigned int}&#39; may alter its 
value [</div>
<div>-Wconversion]</div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/tan_op.hpp:169:4: warning: 
convers</div>
<div>ion to &#39;double&#39; from &#39;size_t {aka long long unsigned int}&#39; may alter its 
value [</div>
<div>-Wconversion]</div>
<div>In file included from 
../../../ThirdParty/SCIP/scip/src/cppad/local/op.hpp:50:0,</div>
<div> </div>
<div>                 
from ../../../ThirdParty/SCIP/scip/src/cppad/cppad.hpp:81,</div>
<div>                 
from ../../../ThirdParty/SCIP/scip/src/nlpi/exprinterpret_cppad</div>
<div>.cpp:68:</div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/tanh_op.hpp: In instantiation 
of &#39;</div>
<div>void CppAD::reverse_tanh_op(size_t, size_t, size_t, size_t, const Base*, 
size_t,</div>
<div>Base*) [with Base = CppAD::SCIPInterval; size_t = long long unsigned 
int]&#39;:</div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/reverse_sweep.hpp:506:4:   
require</div>
<div>d from &#39;void CppAD::ReverseSweep(size_t, size_t, size_t, 
CppAD::player&lt;Base&gt;*, s</div>
<div>ize_t, const Base*, size_t, Base*) [with Base = CppAD::SCIPInterval; size_t 
= lo</div>
<div>ng long unsigned int]&#39;</div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/reverse.hpp:174:2:   
required from</div>
<div>&#39;VectorBase CppAD::ADFun&lt;Base&gt;::Reverse(size_t, const 
VectorBase&amp;) [with Vector</div>
<div>Base = std::vector&lt;CppAD::SCIPInterval&gt;; Base = CppAD::SCIPInterval; 
size_t = lo</div>
<div>ng long unsigned int]&#39;</div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/jacobian.hpp:186:4:   
required fro</div>
<div>m &#39;void CppAD::JacobianRev(CppAD::ADFun&lt;Base&gt;&amp;, const 
Vector&amp;, Vector&amp;) [with Ba</div>
<div>se = CppAD::SCIPInterval; Vector = 
std::vector&lt;CppAD::SCIPInterval&gt;]&#39;</div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/jacobian.hpp:227:7:   
required fro</div>
<div>m &#39;Vector CppAD::ADFun&lt;Base&gt;::Jacobian(const Vector&amp;) [with 
VectorBase = std::ve</div>
<div>ctor&lt;CppAD::SCIPInterval&gt;; Base = CppAD::SCIPInterval]&#39;</div>
<div>../../../ThirdParty/SCIP/scip/src/nlpi/exprinterpret_cppad.cpp:1940:61:   
requir</div>
<div>ed from here</div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/tanh_op.hpp:166:3: warning: 
conver</div>
<div>sion to &#39;double&#39; from &#39;size_t {aka long long unsigned int}&#39; may alter its 
value</div>
<div>[-Wconversion]</div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/tanh_op.hpp:168:5: warning: 
conver</div>
<div>sion to &#39;double&#39; from &#39;size_t {aka long long unsigned int}&#39; may alter its 
value</div>
<div>[-Wconversion]</div>
<div>../../../ThirdParty/SCIP/scip/src/cppad/local/tanh_op.hpp:169:4: warning: 
conver</div>
<div>sion to &#39;double&#39; from &#39;size_t {aka long long unsigned int}&#39; may alter its 
value</div>
<div>[-Wconversion]</div>
<div>../../../ThirdParty/SCIP/scip/src/nlpi/exprinterpret_cppad.cpp: At global 
scope:</div>
<div> </div>
<div>../../../ThirdParty/SCIP/scip/src/nlpi/exprinterpret_cppad.cpp:177:13: 
warning:</div>
<div>&#39;init_parallel_return&#39; defined but not used [-Wunused-variable]</div>
<div>make[2]: *** [exprinterpret_cppad.lo] Error 1</div>
<div>make[2]: Leaving directory 
`/home/Mostafa/MyBuild/couenne/build/ThirdParty/SCIP&#39;</div>
<div> </div>
<div>make[1]: *** [all] Error 2</div>
<div>make[1]: Leaving directory 
`/home/Mostafa/MyBuild/couenne/build/ThirdParty/SCIP&#39;</div>
<div> </div>
<div>make: *** [all-recursive] Error 1</div></div>
<div class="gmail_extra"><br><br>
<div class="gmail_quote">On Tue, Apr 15, 2014 at 7:36 PM, Mostafa.B <span dir="ltr">&lt;<a href="mailto:bakhtvar@gmail.com" target="_blank">bakhtvar@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">
  <div dir="ltr">
  <div>Hi Tony,</div>
  <div> </div>
  <div>from the user manual in:</div>
  <div> </div><font color="#0000ff"><font color="#000000"></font><a href="http://www.coin-or.org/Couenne/couenne-user-manual.pdf" target="_blank">http://www.coin-or.org/Couenne/couenne-user-manual.pdf</a></font><br>
  <div> </div>
  <div>I was using this address to access trunk:</div>
  <div> </div>
  <div><font color="#0000ff"><a href="https://project.coin-or.org/svn/Couenne/trunk" target="_blank">https://project.coin-or.org/svn/Couenne/trunk</a></font><br></div>
  <div> </div>
  <div>which appears to be wrong and the correct address is:</div>
  <div> </div>
  <div><font color="#0000ff"><a href="https://project" target="_blank">https://project</a></font><font color="#ff0000" size="4">s</font><font color="#0000ff">.<a href="http://coin-or.org/svn/Couenne/trunk" target="_blank">coin-or.org/svn/Couenne/trunk</a></font><br>
</div>
  <div><font color="#0000ff"><br></font></div>
  <div><font color="#000000">I am trying to build executables for use with AMPL 
  (COOPR-Pyomo). I will give it another try and let you know what 
  happens</font></div>
  <div><font color="#000000"><br></font></div>
  <div><font color="#000000">Regards,</font></div>
  <div><font color="#000000"><br></font></div>
  <div><font color="#000000">Mosy</font></div></div>
  <div>
  <div>
  <div class="gmail_extra"><br><br>
  <div class="gmail_quote">On Tue, Apr 15, 2014 at 7:30 PM, Tony Kelman <span dir="ltr">&lt;<a href="mailto:kelman@berkeley.edu" target="_blank">kelman@berkeley.edu</a>&gt;</span> wrote:<br>
  <blockquote class="gmail_quote" style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">
    <div dir="ltr">
    <div dir="ltr">
    <div style="FONT-SIZE:12pt;FONT-FAMILY:&#39;Calibri&#39;">
    <div>I was able to do this a few months ago with all of Optimization 
    Services including Couenne. However I was using Mumps rather than the HSL 
    solvers.</div>
    <div> </div>
    <div>Please describe in detail how far you’ve gotten and exactly what is 
    going wrong. Also what do you need in the end? An AMPL executable, or a 
    static library, or a dll?</div>
    <div> </div>
    <div>Read-only access should not require a username or password. Are you 
    sure you were only trying to checkout? Does a blank username and password 
    work for checkout?</div>
    <div> </div>
    <div>-Tony</div>
    <div> </div>
    <div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:&quot;Calibri&quot;;FONT-WEIGHT:normal;FONT-STYLE:normal;DISPLAY:inline">
    <div style="FONT:10pt tahoma">
    <div> </div>
    <div style="BACKGROUND:#f5f5f5">
    <div><b>From:</b> <a title="bakhtvar@gmail.com" href="mailto:bakhtvar@gmail.com" target="_blank">Mostafa.B</a> </div>
    <div><b>Sent:</b> Tuesday, April 15, 2014 11:10 AM</div>
    <div><b>To:</b> <a title="couenne@list.coin-or.org" href="mailto:couenne@list.coin-or.org" target="_blank">couenne@list.coin-or.org</a> </div>
    <div><b>Subject:</b> [Couenne] Trunk Password, Binary and 
    Installation.</div></div></div>
    <div> </div></div>
    <div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:&quot;Calibri&quot;;FONT-WEIGHT:normal;FONT-STYLE:normal;DISPLAY:inline">
    <div>
    <div>
    <div dir="ltr"><span style="FONT-SIZE:13px;FONT-FAMILY:arial,sans-serif">Hi,</span> 
    <div style="FONT-SIZE:13px;FONT-FAMILY:arial,sans-serif"> </div>
    <div style="FONT-SIZE:13px;FONT-FAMILY:arial,sans-serif">Could someone 
    please provide a recent binary of Couenne or some instruction of how to 
    install it (trunk or must recent version) on win-64 using MingW 64 (gcc 
    4.7.1) and also the coinhsl solvers (coinhsl.zip)? I am really stuck with 
    it.</div>
    <div style="FONT-SIZE:13px;FONT-FAMILY:arial,sans-serif">In addition to 
    that, svn for trunk asks for username and password.</div>
    <div style="FONT-SIZE:13px;FONT-FAMILY:arial,sans-serif"> </div>
    <div style="FONT-SIZE:13px;FONT-FAMILY:arial,sans-serif">Regards,</div>
    <div style="FONT-SIZE:13px;FONT-FAMILY:arial,sans-serif"> </div>
    <div style="FONT-SIZE:13px;FONT-FAMILY:arial,sans-serif">Mosy</div></div></div></div>
    <hr>
    _______________________________________________<br>Couenne mailing 
    list<br><a href="mailto:Couenne@list.coin-or.org" target="_blank">Couenne@list.coin-or.org</a><br><a href="http://list.coin-or.org/mailman/listinfo/couenne" target="_blank">http://list.coin-or.org/mailman/listinfo/couenne</a> 
    </div></div></div></div></blockquote></div>
  <div> </div></div></div></div></blockquote></div>
<div> </div></div></div></div></div></div></div></div>
<br>_______________________________________________<br>
Couenne mailing list<br>
<a href="mailto:Couenne@list.coin-or.org">Couenne@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/couenne" target="_blank">http://list.coin-or.org/mailman/listinfo/couenne</a><br></blockquote></div><br></div>